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.CopyTo

[To be supplied.]

[Visual Basic]
Public Sub CopyTo( _
   ByVal array() As HttpPostRequestResponseInfo, _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   HttpPostRequestResponseInfo[] array,
   int index
);
[C++]
public: void CopyTo(
   HttpPostRequestResponseInfo* array[],
   int index
);
[JScript]
public function CopyTo(
   array : HttpPostRequestResponseInfo[],
   index : int
);

Parameters

array
[To be supplied.]
index
[To be supplied.]

See Also

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