DeviceEndPoint Constructor

Default constructor.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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