Click or drag to resize

IBaseTransportRemoteAddress Method

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

Namespace:  Crosser.Common.Server.Transport
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
string RemoteAddress()

Return Value

Type: String
string with information about the transport remote address
See Also