Method | Description | |
---|---|---|
Clone ( this source ) : Task |
||
Clone ( this source ) : Task |
||
Clone ( this source, bool cloneReferencedRequestMessage = false ) : Task |
||
CopyHeadersFrom ( this destination, Pomona.Common.Web.HttpHeaders source ) : void | ||
ToStringWithContent ( this request ) : string | ||
ToStringWithContentAsync ( this request ) : Task |
Method | Description | |
---|---|---|
WriteContentHeadersAndBody ( |
||
WriteHeaders ( |
public static Clone ( this source, bool cloneReferencedRequestMessage = false ) : Task |
||
source | this | |
cloneReferencedRequestMessage | bool | |
return | Task |
public static CopyHeadersFrom ( this destination, Pomona.Common.Web.HttpHeaders source ) : void | ||
destination | this | |
source | Pomona.Common.Web.HttpHeaders | |
return | void |
public static ToStringWithContent ( this request ) : string | ||
request | this | |
return | string |
public static ToStringWithContentAsync ( this request ) : Task |
||
request | this | |
return | Task |