System.Web.Services.Description.Port Class

Defines an individual endpoint contained in the XML Web service. This class cannot be inherited.

See Also: Port Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtensionPoint("Extensions")]
public sealed class Port : NamedItem

Remarks

This class specifies a single address (URI) for a System.Web.Services.Description.Binding, which defines message format and protocol details for operations and messages for a given System.Web.Services.Description.PortType. The Port.Binding property gets or sets those values for a specified Port.

This class corresponds to the Web Services Description Language (WSDL) <port> element, which is enclosed by the <service> element. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0