Public Function New( _ ByVal Address As String, _ ByVal Security As ITlsClientSecurity _ )
Dim Address As String Dim Security As ITlsClientSecurity Dim instance As New WebServiceEndpoint(Address, Security)
public WebServiceEndpoint( string Address, ITlsClientSecurity Security )
public: WebServiceEndpoint( String^ Address, ITlsClientSecurity^ Security )
Parameters
- Address
- The URI to use
- Security
- The security context to use for the communication