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!

HttpPostRequestResponseInfos.IndexOf

[To be supplied.]

[Visual Basic]
Public Function IndexOf( _
   ByVal info As HttpPostRequestResponseInfo _
) As Integer
[C#]
public int IndexOf(
   HttpPostRequestResponseInfo info
);
[C++]
public: int IndexOf(
   HttpPostRequestResponseInfo* info
);
[JScript]
public function IndexOf(
   info : HttpPostRequestResponseInfo
) : int;

Parameters

info
[To be supplied.]

See Also

HttpPostRequestResponseInfos Class | HttpPostRequestResponseInfos Members | System.Web.Services.Description Namespace