| SocketConnectionLocalAddress Property |
[Missing <summary> documentation for "P:AsterNET.IO.SocketConnection.LocalAddress"]
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IPAddress LocalAddress { get; }
Public ReadOnly Property LocalAddress As IPAddress
Get
public:
property IPAddress^ LocalAddress {
IPAddress^ get ();
}
member LocalAddress : IPAddress with get
Property Value
Type:
IPAddressSee Also