 | LogReceiverWebServiceTargetEndpointAddress Property |
Gets or sets the endpoint address.
Namespace:
NLog.Targets
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 6.0.2+1fe4e7c0107b475330933905458bc9d6eb3eca8e
Syntaxpublic virtual Layout EndpointAddress { get; set; }
Public Overridable Property EndpointAddress As Layout
Get
Set
Dim instance As LogReceiverWebServiceTarget
Dim value As Layout
value = instance.EndpointAddress
instance.EndpointAddress = value
abstract EndpointAddress : Layout with get, set
override EndpointAddress : Layout with get, set
Property Value
Type:
LayoutThe endpoint address.
See Also