EndPoint Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EndPoint class.
Overload List
Name | Description | |
---|---|---|
EndPoint() | Initializes a new instance of the EndPoint class. | |
EndPoint(EndPoint) | Initializes a new instance of the EndPoint class based on another EndPoint object. | |
EndPoint(String, String) | Initializes a new instance of the EndPoint class with the specified names. | |
EndPoint(String, String, Boolean) | Initializes a new instance of the EndPoint class with the specified names and a flag that indicates whether the endpoint can accept multiple connections. |
Top