ENet Class Library for C#

Peer.GetRemoteAddress Method

Gets the remote address.

[Visual Basic]
Public Sub GetRemoteAddress()
[C#]
public IPEndPoint GetRemoteAddress();

Exceptions

Exception Type Condition
InvalidOperationException The peer is not initialized.

See Also

Peer Class | ENet Namespace