ServerChannelTranDefaultHost Property |
Returns the default host name of the current transaction.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public string TranDefaultHost { get; }
Public ReadOnly Property TranDefaultHost As String
Get
Property Value
Type:
StringRemarks
If no transaction is being processed, it returns null.
See Also