Method | Description | |
---|---|---|
Create ( HttpStatusCode statusCode, string data, string>.IDictionary |
||
Create ( HttpStatusCode statusCode, Stream body = null, string>.IDictionary |
||
Dispose ( ) : void | ||
GetHeader ( string name ) : string |
Method | Description | |
---|---|---|
Response ( ) : System |
public static Create ( HttpStatusCode statusCode, string data, string>.IDictionary |
||
statusCode | HttpStatusCode | |
data | string | |
headers | string>.IDictionary | |
return | Response |
public static Create ( HttpStatusCode statusCode, Stream body = null, string>.IDictionary |
||
statusCode | HttpStatusCode | |
body | Stream | |
headers | string>.IDictionary | |
return | Task |