C# 클래스 Gallatin.Core.Web.HttpHeaderEventArgs

HTTP header event arguments base class
상속: System.EventArgs
파일 보기 프로젝트 열기: williamoneill/Gallatin

공개 메소드들

메소드 설명
GetBuffer ( ) : byte[]

Gets the raw representation used to send the message on the network

보호된 메소드들

메소드 설명
CreateFirstLine ( ) : string

Creates the first line in the HTTP message

HttpHeaderEventArgs ( string version, IHttpHeaders headers ) : System

Creates a new instance of the class

메소드 상세

CreateFirstLine() 보호된 추상적인 메소드

Creates the first line in the HTTP message
protected abstract CreateFirstLine ( ) : string
리턴 string

GetBuffer() 공개 메소드

Gets the raw representation used to send the message on the network
public GetBuffer ( ) : byte[]
리턴 byte[]

HttpHeaderEventArgs() 보호된 메소드

Creates a new instance of the class
protected HttpHeaderEventArgs ( string version, IHttpHeaders headers ) : System
version string HTTP version
headers IHttpHeaders HTTP headers
리턴 System