C# Class EventStore.Transport.Tcp.TcpConnectionBase

Inheritance: IMonitoredTcpConnection
Afficher le fichier Open project: ysw/mono-socket-problem

Méthodes publiques

Méthode Description
TcpConnectionBase ( ) : System

Méthodes protégées

Méthode Description
InitSocket ( Socket socket, IPEndPoint endPoint ) : void
NotifyClosed ( ) : void
NotifyReceiveCompleted ( uint bytes ) : void
NotifyReceiveDispatched ( uint bytes ) : void
NotifyReceiveStarting ( ) : void
NotifySendCompleted ( uint bytes ) : void
NotifySendScheduled ( uint bytes ) : void
NotifySendStarting ( uint bytes ) : void
NotifyStartSendingCompleted ( ) : void

Method Details

InitSocket() protected méthode

protected InitSocket ( Socket socket, IPEndPoint endPoint ) : void
socket Socket
endPoint System.Net.IPEndPoint
Résultat void

NotifyClosed() protected méthode

protected NotifyClosed ( ) : void
Résultat void

NotifyReceiveCompleted() protected méthode

protected NotifyReceiveCompleted ( uint bytes ) : void
bytes uint
Résultat void

NotifyReceiveDispatched() protected méthode

protected NotifyReceiveDispatched ( uint bytes ) : void
bytes uint
Résultat void

NotifyReceiveStarting() protected méthode

protected NotifyReceiveStarting ( ) : void
Résultat void

NotifySendCompleted() protected méthode

protected NotifySendCompleted ( uint bytes ) : void
bytes uint
Résultat void

NotifySendScheduled() protected méthode

protected NotifySendScheduled ( uint bytes ) : void
bytes uint
Résultat void

NotifySendStarting() protected méthode

protected NotifySendStarting ( uint bytes ) : void
bytes uint
Résultat void

NotifyStartSendingCompleted() protected méthode

protected NotifyStartSendingCompleted ( ) : void
Résultat void

TcpConnectionBase() public méthode

public TcpConnectionBase ( ) : System
Résultat System