C# 클래스 SuperSocket.SocketBase.Protocol.NewLineProtoTextEncoder

상속: IProtoTextEncoder
파일 보기 프로젝트 열기: kerryjiang/SuperSocket

공개 메소드들

메소드 설명
EncodeText ( IOutputBuffer outout, string message ) : void
NewLineProtoTextEncoder ( Encoding encoding ) : System

메소드 상세

EncodeText() 공개 메소드

public EncodeText ( IOutputBuffer outout, string message ) : void
outout IOutputBuffer
message string
리턴 void

NewLineProtoTextEncoder() 공개 메소드

public NewLineProtoTextEncoder ( Encoding encoding ) : System
encoding System.Text.Encoding
리턴 System