Click or drag to resize

LogReceiverWebServiceTargetUseOneWayContract Property

Gets or sets a value indicating whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply)

Namespace:  NLog.Targets
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public bool UseOneWayContract { get; set; }

Property Value

Type: Boolean
See Also