PortCollection.Add Method (Port)

 

Adds the specified Port to the end of the PortCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Add : 
        port:Port -> int

Parameters

port
Type: System.Web.Services.Description.Port

The Port to add to the collection.

Return Value

Type: System.Int32

The zero-based index where the port parameter has been added.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: