Thresher 1.2 Class Documentation

DccUserInfo.RemoteAddress Property

Read only property that returns the IP address of the remote user.

[Visual Basic]
Public ReadOnly Property RemoteAddress As IPAddress
[C#]
public System.Net.IPAddress RemoteAddress {get;}

Property Value

An instance of IPAddress or null if the session has not been opened.

See Also

DccUserInfo Class | Sharkbite.Irc Namespace