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