C# 클래스 System.Net.Http.CurlResponseHeaderReader

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CurlResponseHeaderReader ( IntPtr buffer, ulong size ) : System.Diagnostics
ReadHeader ( string &headerName, string &headerValue ) : bool
ReadStatusLine ( HttpResponseMessage response ) : bool

비공개 메소드들

메소드 설명
CheckResponseMsgFormat ( bool condition ) : void
IsWhiteSpaceLatin1 ( byte c ) : bool
ValidHeaderNameChar ( byte c ) : bool

메소드 상세

CurlResponseHeaderReader() 공개 메소드

public CurlResponseHeaderReader ( IntPtr buffer, ulong size ) : System.Diagnostics
buffer IntPtr
size ulong
리턴 System.Diagnostics

ReadHeader() 공개 메소드

public ReadHeader ( string &headerName, string &headerValue ) : bool
headerName string
headerValue string
리턴 bool

ReadStatusLine() 공개 메소드

public ReadStatusLine ( HttpResponseMessage response ) : bool
response HttpResponseMessage
리턴 bool