C# 클래스 Universe.Framework.Servers.HttpServer.HttpServerHandlerHelpers

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
ReadBytes ( Stream stream ) : byte[]
ReadFully ( Stream stream ) : byte[]
ReadString ( Stream stream ) : string
WriteChunked ( Stream stream, byte content ) : void
WriteNonChunked ( Stream stream, byte content ) : void

메소드 상세

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( Stream stream ) : byte[]
stream Stream
리턴 byte[]

ReadFully() 공개 정적인 메소드

public static ReadFully ( Stream stream ) : byte[]
stream Stream
리턴 byte[]

ReadString() 공개 정적인 메소드

public static ReadString ( Stream stream ) : string
stream Stream
리턴 string

WriteChunked() 공개 정적인 메소드

public static WriteChunked ( Stream stream, byte content ) : void
stream Stream
content byte
리턴 void

WriteNonChunked() 공개 정적인 메소드

public static WriteNonChunked ( Stream stream, byte content ) : void
stream Stream
content byte
리턴 void