DeviceEndPoint Constructor

Default constructor.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public DeviceEndPoint(
	string domain,
	string address,
	int port
)

Parameters

domain  String
Domain of the endpoint
address  String
Address of the endpoint (URL or IP Address)
port  Int32
Port of the endpoint

Exceptions

ArgumentNullExceptionThrown if domain or address is null. We will allow Empty, however, in case those value don't need to be set (yet)
ArgumentExceptionThrown if port is 0.

See Also