Click or drag to resize

BaseTransportRemoteAddress Method

If your transport supports remote address you can overwrite this to return teh correct IP etc.

Namespace:  Crosser.Server.Modules.Transport
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public virtual string RemoteAddress()

Return Value

Type: String
string with information about the transport remote address

Implements

IBaseTransportRemoteAddress
See Also