LitmusSoapApiSoapClient Constructor (String, EndpointAddress)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic LitmusSoapApiSoapClient(
string endpointConfigurationName,
EndpointAddress remoteAddress
)
Public Sub New (
endpointConfigurationName As String,
remoteAddress As EndpointAddress
)
public:
LitmusSoapApiSoapClient(
String^ endpointConfigurationName,
EndpointAddress^ remoteAddress
)
new :
endpointConfigurationName : string *
remoteAddress : EndpointAddress -> LitmusSoapApiSoapClient
DMLibrary.Litmus.LitmusSoapApiSoapClient = function(endpointConfigurationName, remoteAddress);
Parameters
- endpointConfigurationName
- Type: SystemString
- remoteAddress
- Type: System.ServiceModelEndpointAddress
See Also