C# 클래스 Netronics.Protocol.PacketEncoder.Http.Response

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
GetContent ( ) : object
GetContentStringBuilder ( ) : StringBuilder
GetHeader ( ) : StringBuilder
Response ( ) : System
SetContent ( Stream stream ) : void
SetContent ( byte content ) : void
SetContent ( string content ) : void

메소드 상세

GetContent() 공개 메소드

public GetContent ( ) : object
리턴 object

GetContentStringBuilder() 공개 메소드

public GetContentStringBuilder ( ) : StringBuilder
리턴 StringBuilder

GetHeader() 공개 메소드

public GetHeader ( ) : StringBuilder
리턴 StringBuilder

Response() 공개 메소드

public Response ( ) : System
리턴 System

SetContent() 공개 메소드

public SetContent ( Stream stream ) : void
stream Stream
리턴 void

SetContent() 공개 메소드

public SetContent ( byte content ) : void
content byte
리턴 void

SetContent() 공개 메소드

public SetContent ( string content ) : void
content string
리턴 void