MobileTrack Nexus Documentation
C#
Show/Hide TOC
Device
End
Point Constructor
Default constructor.
Definition
Namespace:
MobileTrack.Common.Models
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
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
ArgumentNullException
Thrown if
domain
or
address
is null. We will allow
Empty
, however, in case those value don't need to be set (yet)
ArgumentException
Thrown if
port
is 0.
See Also
Reference
DeviceEndPoint Class
MobileTrack.Common.Models Namespace
In This Article
Definition
Exceptions
See Also