예제 #1
0
 static ReadBytes()
 {
     ObjFormatType = BuffFormatType.protobuf;
 }
예제 #2
0
        static BufferFormat()
        {

            ObjFormatType = BuffFormatType.XML;
        }
예제 #3
0
 static BufferFormat()
 {
     ObjFormatType = BuffFormatType.XML;
 }
예제 #4
0
파일: ReadBytes.cs 프로젝트: tkial/ZYSOCKET
 static ReadBytes()
 {
     ObjFormatType = BuffFormatType.XML;
 }