Click or drag to resize

BaseEndpointLocation Property

The location of the endpoint, default is 'localhost'

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public string Location { get; set; }

Property Value

Type: String

Implements

IBaseEndpointLocation
See Also