Table of Contents

Interface INetworkEndPoint

Namespace
VAST.Network
Assembly
VAST.Common.dll

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

bool

EndPoint

Gets the connected endpoint information.

IPProtoEndPoint EndPoint { get; }

Property Value

IPProtoEndPoint

PublishingPath

Gets or sets the publishing path extracted from the endpoint URI or by other protocol-specific means.

string PublishingPath { get; set; }

Property Value

string

ReceivedUri

Gets or sets the endpoint URI received during connection.

string ReceivedUri { get; set; }

Property Value

string

SocketError

Gets the socket error received on disconnection.

ExtendedSocketError SocketError { get; }

Property Value

ExtendedSocketError