C# Class GSF.Communication.TcpClient.ConnectState

Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
ConnectArgs System.Net.Sockets.SocketAsyncEventArgs
ConnectionAttempts int
NegotiateStream System.Net.Security.NegotiateStream
NetworkStream NetworkStream
ReceiveArgs System.Net.Sockets.SocketAsyncEventArgs
SendArgs System.Net.Sockets.SocketAsyncEventArgs
Socket Socket
Token System.Threading.CancellationToken

Méthodes publiques

Méthode Description
Dispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

ConnectArgs public_oe property

public SocketAsyncEventArgs,System.Net.Sockets ConnectArgs
Résultat System.Net.Sockets.SocketAsyncEventArgs

ConnectionAttempts public_oe property

public int ConnectionAttempts
Résultat int

NegotiateStream public_oe property

public NegotiateStream,System.Net.Security NegotiateStream
Résultat System.Net.Security.NegotiateStream

NetworkStream public_oe property

public NetworkStream NetworkStream
Résultat NetworkStream

ReceiveArgs public_oe property

public SocketAsyncEventArgs,System.Net.Sockets ReceiveArgs
Résultat System.Net.Sockets.SocketAsyncEventArgs

SendArgs public_oe property

public SocketAsyncEventArgs,System.Net.Sockets SendArgs
Résultat System.Net.Sockets.SocketAsyncEventArgs

Socket public_oe property

public Socket Socket
Résultat Socket

Token public_oe property

public CancellationToken,System.Threading Token
Résultat System.Threading.CancellationToken