Port::Binding Property
.NET Framework (current version)
Gets or sets the value of the XML <binding> attribute of the Port.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property XmlQualifiedName^ Binding { XmlQualifiedName^ get(); void set(XmlQualifiedName^ value); }
A binding defines message format and protocol details for operations and messages for a PortType. This property gets or sets those values for a specific Port.
.NET Framework
Available since 1.1
Available since 1.1
Show: