Thresher 1.2 Class Documentation

DccUserInfo.Port Property

Read only property that returns the port of the connection to the remote user.

[Visual Basic]
Public ReadOnly Property Port As Integer
[C#]
public int Port {get;}

Property Value

The port as an integer. Will return -1 if the session has not yet been opened.

Remarks

This will be a listen port if the remote user was the initiator of the session or else it is simply a client port.

See Also

DccUserInfo Class | Sharkbite.Irc Namespace