| WebServiceTargetEscapeDataRfc3986 Property |
Gets or sets a value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs)
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool EscapeDataRfc3986 { get; set; }
Public Property EscapeDataRfc3986 As Boolean
Get
Set
Dim instance As WebServiceTarget
Dim value As Boolean
value = instance.EscapeDataRfc3986
instance.EscapeDataRfc3986 = value
member EscapeDataRfc3986 : bool with get, set
Property Value
Type:
BooleanA value of
true if Rfc3986; otherwise,
false for legacy Rfc2396.
See Also