C# 클래스 coc_proxy_csharp.State

파일 보기 프로젝트 열기: clugh/coc-proxy-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buffer byte[]
decoder coc_messages_csharp.Decoder
packet byte[]
socket System.Net.Sockets.Socket

공개 메소드들

메소드 설명
State ( ) : System.Net.Sockets

메소드 상세

State() 공개 메소드

public State ( ) : System.Net.Sockets
리턴 System.Net.Sockets

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

decoder 공개적으로 프로퍼티

public Decoder,coc_messages_csharp decoder
리턴 coc_messages_csharp.Decoder

packet 공개적으로 프로퍼티

public byte[] packet
리턴 byte[]

socket 공개적으로 프로퍼티

public Socket,System.Net.Sockets socket
리턴 System.Net.Sockets.Socket