C# Class EventStore.Transport.Tcp.TcpConnectionBase

Inheritance: IMonitoredTcpConnection
Show file Open project: ysw/mono-socket-problem

Public Methods

Method Description
TcpConnectionBase ( ) : System

Protected Methods

Method 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 method

protected InitSocket ( Socket socket, IPEndPoint endPoint ) : void
socket Socket
endPoint System.Net.IPEndPoint
return void

NotifyClosed() protected method

protected NotifyClosed ( ) : void
return void

NotifyReceiveCompleted() protected method

protected NotifyReceiveCompleted ( uint bytes ) : void
bytes uint
return void

NotifyReceiveDispatched() protected method

protected NotifyReceiveDispatched ( uint bytes ) : void
bytes uint
return void

NotifyReceiveStarting() protected method

protected NotifyReceiveStarting ( ) : void
return void

NotifySendCompleted() protected method

protected NotifySendCompleted ( uint bytes ) : void
bytes uint
return void

NotifySendScheduled() protected method

protected NotifySendScheduled ( uint bytes ) : void
bytes uint
return void

NotifySendStarting() protected method

protected NotifySendStarting ( uint bytes ) : void
bytes uint
return void

NotifyStartSendingCompleted() protected method

protected NotifyStartSendingCompleted ( ) : void
return void

TcpConnectionBase() public method

public TcpConnectionBase ( ) : System
return System