UddiConnection 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
Represents a connection to a UDDI server.
The following tables list the members exposed by the UddiConnection type.
Public Constructors
Name | Description | |
---|---|---|
UddiConnection | Overloaded. Initializes a new instance of the UddiConnection class. |
Top
Public Properties
Name | Description | |
---|---|---|
AuthenticationMode | Gets or sets an AuthenticationMode enumeration member that determines the type of authentication to use for this connection. | |
AuthInfo | Gets or sets a string representation of the authentication token for this UddiConnection object. | |
AutoGetAuthToken | Gets or sets whether the authorization token should automatically be retrieved during the UDDI operation. | |
ExtensionsUrl | Gets or sets the URL of the UDDI server that can be used for API extensions. | |
HttpClient | Gets the SoapHttpClientProtocol object for this connection. | |
InquireUrl | Gets or sets the URL of the UDDI server that is used for inquiries. | |
Password | Gets or sets the password that will be used for this connection. | |
PublishUrl | Gets or sets the URL of the UDDI server that is used for publishing. | |
Username | Gets or sets the user name that will be used for this connection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Close | Closes the connection represented by this object. The authorization token, represented by the AuthInfo property, is discarded and the AuthInfo property is cleared. | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Send | Sends the specified message to the UDDI server. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
UddiConnection Class
Microsoft.Uddi Namespace
AddPublisherAssertions.Send Method
DeleteBinding.Send Method
DeleteBusiness.Send Method
DeletePublisherAssertions.Send Method
DeleteService.Send Method
DeleteTModel.Send Method
DiscardAuthToken.Send Method
FindBinding.Send Method
FindBusiness.Send Method
FindRelatedBusinesses.Send Method
FindService.Send Method
FindTModel.Send Method
GetAssertionStatusReport.Send Method
GetAuthToken.Send Method
GetBindingDetail.Send Method
GetBusinessDetail.Send Method
GetBusinessDetailExt.Send Method
GetPublisherAssertions.Send Method
GetRegisteredInfo.Send Method
GetRelatedCategories.Send
GetServiceDetail.Send Method
GetTModelDetail.Send Method
SaveBinding.Send Method
SaveBusiness.Send Method
SaveService.Send Method
SaveTModel.Send Method
SetPublisherAssertions.Send Method
ValidateValues.Send