NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SoapMethodCall.SetMethodName

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetMethodName( _
   ByVal methodName As String _
)
[C#]
public virtual void SetMethodName(
   string methodName
);
[C++]
public: virtual void SetMethodName(
   String* methodName
);
[JScript]
public function SetMethodName(
   methodName : String
);

Parameters

methodName
[To be supplied.]

See Also

SoapMethodCall Class | SoapMethodCall Members | System.Runtime.Serialization.Formatters Namespace