LKCamelot.Connection.Receive C# (CSharp) 메소드

Receive() 공개 메소드

public Receive ( int start, int count ) : int
start int
count int
리턴 int
        public int Receive(int start, int count)
        {
            return this.Socket.Receive(_recvBuffer, start, count, SocketFlags.None);
        }