ClientSocketAddress Property |
Gets the IP and port information
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic string Address { get; }
Public ReadOnly Property Address As String
Get
public:
property String^ Address {
String^ get ();
}
Return Value
Type:
StringThe IP and port information.The format is: IP:Port
See Also