Click or drag to resize

LogReceiverWebServiceTargetCreateLogReceiver Method

Creating a new instance of IWcfLogReceiverClient Inheritors can override this method and provide their own service configuration - binding and endpoint address

Namespace:  NLog.Targets
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 6.0.2+1fe4e7c0107b475330933905458bc9d6eb3eca8e
Syntax
protected virtual IWcfLogReceiverClient CreateLogReceiver(
	string endPointAddress
)

Parameters

endPointAddress
Type: SystemString

Return Value

Type: IWcfLogReceiverClient
Remarks
virtual is used by endusers
See Also