SocketConnectedEventArgsRemoteHostName Property |
Gets the name of the remote host to which the connection was just established.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.3.1 build 666 for .NET 4.5
Syntaxpublic string RemoteHostName { get; }
Public ReadOnly Property RemoteHostName As String
Get
Property Value
Type:
StringA string indicating the name of the remote host.
See Also