 | WcfLogReceiverTwoWayClient Constructor (String, EndpointAddress) |
Namespace: NLog.LogReceiverServiceAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic WcfLogReceiverTwoWayClient(
string endpointConfigurationName,
EndpointAddress remoteAddress
)
Public Sub New (
endpointConfigurationName As String,
remoteAddress As EndpointAddress
)
Parameters
- endpointConfigurationName
- Type: SystemString
Name of the endpoint configuration. - remoteAddress
- Type: System.ServiceModelEndpointAddress
The remote address.
See Also