DeviceEndPoint Constructor

Default constructor.

Definition

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