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!

SoapAddressInfos.Insert

[To be supplied.]

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

Parameters

index
[To be supplied.]
info
[To be supplied.]

See Also

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