C# 클래스 EventStore.Transport.Tcp.TcpConnectionBase

상속: IMonitoredTcpConnection
파일 보기 프로젝트 열기: ysw/mono-socket-problem

공개 메소드들

메소드 설명
TcpConnectionBase ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

InitSocket() 보호된 메소드

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

NotifyClosed() 보호된 메소드

protected NotifyClosed ( ) : void
리턴 void

NotifyReceiveCompleted() 보호된 메소드

protected NotifyReceiveCompleted ( uint bytes ) : void
bytes uint
리턴 void

NotifyReceiveDispatched() 보호된 메소드

protected NotifyReceiveDispatched ( uint bytes ) : void
bytes uint
리턴 void

NotifyReceiveStarting() 보호된 메소드

protected NotifyReceiveStarting ( ) : void
리턴 void

NotifySendCompleted() 보호된 메소드

protected NotifySendCompleted ( uint bytes ) : void
bytes uint
리턴 void

NotifySendScheduled() 보호된 메소드

protected NotifySendScheduled ( uint bytes ) : void
bytes uint
리턴 void

NotifySendStarting() 보호된 메소드

protected NotifySendStarting ( uint bytes ) : void
bytes uint
리턴 void

NotifyStartSendingCompleted() 보호된 메소드

protected NotifyStartSendingCompleted ( ) : void
리턴 void

TcpConnectionBase() 공개 메소드

public TcpConnectionBase ( ) : System
리턴 System