ServerChannelTranLocalHost Property |
Returns the local 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 TranLocalHost { get; }
Public ReadOnly Property TranLocalHost As String
Get
Property Value
Type:
StringRemarks
If no transaction is being processed, it returns null.
See Also