C# Class PgmTransport.SendingThread.SendingPipeInfo

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

Свойство Type Description
EventArgs System.Net.Sockets.SocketAsyncEventArgs
IsSending bool
Pipe TransportPipe
Socket Socket

Méthodes publiques

Méthode Description
SendingPipeInfo ( TransportPipe pipe, SocketAsyncEventArgs eventArgs ) : System

Method Details

SendingPipeInfo() public méthode

public SendingPipeInfo ( TransportPipe pipe, SocketAsyncEventArgs eventArgs ) : System
pipe TransportPipe
eventArgs System.Net.Sockets.SocketAsyncEventArgs
Résultat System

Property Details

EventArgs public_oe property

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

IsSending public_oe property

public bool IsSending
Résultat bool

Pipe public_oe property

public TransportPipe,PgmTransport Pipe
Résultat TransportPipe

Socket public_oe property

public Socket Socket
Résultat Socket