Interface INetworkEndPoint
Defines the contract for a network endpoint with connection and authorization information.
public interface INetworkEndPoint
Properties
Accept
Gets or sets a value indicating whether the endpoint is accepted for connection.
bool Accept { get; set; }
Property Value
EndPoint
Gets the connected endpoint information.
IPProtoEndPoint EndPoint { get; }
Property Value
PublishingPath
Gets or sets the publishing path extracted from the endpoint URI or by other protocol-specific means.
string PublishingPath { get; set; }
Property Value
ReceivedUri
Gets or sets the endpoint URI received during connection.
string ReceivedUri { get; set; }
Property Value
SocketError
Gets the socket error received on disconnection.
ExtendedSocketError SocketError { get; }