AuthenticationServiceClientFactory Constructors
Supports automatic AuthenticationServiceClient creation on the client side.Name | Parameters | Description |
---|---|---|
AuthenticationServiceClientFactory(EndpointAddress, AuthenticationType) | address, authenticationType | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. |
AuthenticationServiceClientFactory(EndpointAddress, Binding) | remoteAddress, binding | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. |
AuthenticationServiceClientFactory(String, EndpointAddress) | endpointConfigurationName, remoteAddress | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. |
AuthenticationServiceClientFactory(String) | endpointConfigurationName | Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name. |
See Also