C# Class System.Net.Http.CurlResponseHeaderReader

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
CurlResponseHeaderReader ( IntPtr buffer, ulong size ) : System.Diagnostics
ReadHeader ( string &headerName, string &headerValue ) : bool
ReadStatusLine ( HttpResponseMessage response ) : bool

Private Methods

Method Description
CheckResponseMsgFormat ( bool condition ) : void
IsWhiteSpaceLatin1 ( byte c ) : bool
ValidHeaderNameChar ( byte c ) : bool

Method Details

CurlResponseHeaderReader() public method

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

ReadHeader() public method

public ReadHeader ( string &headerName, string &headerValue ) : bool
headerName string
headerValue string
return bool

ReadStatusLine() public method

public ReadStatusLine ( HttpResponseMessage response ) : bool
response HttpResponseMessage
return bool