SessionInfoTransportType Property |
The name of the transport that the client is using to communicate with the server.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string TransportType { get; }
Public ReadOnly Property TransportType As String
Get
public:
property String^ TransportType {
String^ get ();
}
member TransportType : string with get
Property Value
Type:
StringSee Also