C# 클래스 Droog.Beanstalk.Client.Test.FakeDisposableSocket

상속: ISocket
파일 보기 프로젝트 열기: sdether/libBeanstalk.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Disposed bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Receive ( byte buffer, int offset, int size ) : int
Send ( byte buffer, int offset, int size ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Receive() 공개 메소드

public Receive ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
리턴 int

Send() 공개 메소드

public Send ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
리턴 int

프로퍼티 상세

Disposed 공개적으로 프로퍼티

public bool Disposed
리턴 bool