Method | Description | |
---|---|---|
GetHeader ( this rsp, string headerName ) : string | ||
SetHeaders ( this request, string>.Dictionary |
||
ToDictionary ( this headers ) : string>.Dictionary |
public static GetHeader ( this rsp, string headerName ) : string | ||
rsp | this | |
headerName | string | |
return | string |
public static SetHeaders ( this request, string>.Dictionary |
||
request | this | |
headers | string>.Dictionary | |
return | void |
public static ToDictionary ( this headers ) : string>.Dictionary |
||
headers | this | |
return | string>.Dictionary |