GetBindingDetail Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Requests the run-time BindingTemplate information that is required to invoke a registered business function.
The following tables list the members exposed by the GetBindingDetail type.
Public Constructors
Name | Description | |
---|---|---|
GetBindingDetail | Overloaded. Initializes an instance of the GetBindingDetail class. |
Top
Public Properties
Name | Description | |
---|---|---|
BindingKeys | Gets or sets one or more UUID values that represent the UDDI-assigned keys for specific instances of registered BindingTemplate data. | |
Generic | Gets or sets the UDDI API version number in string form for the GetBindingDetail object. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Send | Transmits the GetBindingDetail request to the UDDI server. | |
ToString | Overridden. Retrieves the contents of the GetBindingDetail object in UDDI XML format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | Creates a new object that is a copy of the current instance. |
Top