C# 클래스 netki.PacketStreamServer.Connection

상속: ConnectionOutput
파일 보기 프로젝트 열기: raxptor/putki-historical

공개 프로퍼티들

프로퍼티 타입 설명
conn StreamConnection
recvbuf byte[]
socket Socket

공개 메소드들

메소드 설명
Send ( byte data, int offset, int length ) : void

메소드 상세

Send() 공개 메소드

public Send ( byte data, int offset, int length ) : void
data byte
offset int
length int
리턴 void

프로퍼티 상세

conn 공개적으로 프로퍼티

public StreamConnection conn
리턴 StreamConnection

recvbuf 공개적으로 프로퍼티

public byte[] recvbuf
리턴 byte[]

socket 공개적으로 프로퍼티

public Socket socket
리턴 Socket