OrbitalContactEndpoint Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of OrbitalContactEndpoint.
public OrbitalContactEndpoint(System.Net.IPAddress ipAddress, string endPointName, string port, Azure.ResourceManager.Orbital.Models.OrbitalContactProtocol protocol);
new Azure.ResourceManager.Orbital.Models.OrbitalContactEndpoint : System.Net.IPAddress * string * string * Azure.ResourceManager.Orbital.Models.OrbitalContactProtocol -> Azure.ResourceManager.Orbital.Models.OrbitalContactEndpoint
Public Sub New (ipAddress As IPAddress, endPointName As String, port As String, protocol As OrbitalContactProtocol)
Parameters
- ipAddress
- IPAddress
IP Address.
- endPointName
- String
Name of an end point.
- port
- String
TCP port to listen on to receive data.
- protocol
- OrbitalContactProtocol
Protocol either UDP or TCP.
Exceptions
ipAddress
, endPointName
or port
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET