Property | Type | Description | |
---|---|---|---|
DefaultHeaderValue | string | ||
PortalResponse | System |
Method | Description | |
---|---|---|
ContainsHeader ( string key ) : bool | ||
Dispose ( ) : void | ||
GetHeader ( string key ) : string | ||
GetResponseStream ( ) : Stream | ||
PortalResponse ( IPortalRequest request ) : System | ||
SetHeader ( string key, string value ) : void | ||
WithResponseSpecification ( IResponseSpecification responseSpecification ) : IPortalResponse | ||
WriteToOutput ( object obj ) : void |
Method | Description | |
---|---|---|
DefaultHeaderValue ( string key ) : string | ||
PortalResponse ( ) : System |
public PortalResponse ( IPortalRequest request ) : System | ||
request | IPortalRequest | |
return | System |
public SetHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public WithResponseSpecification ( IResponseSpecification responseSpecification ) : IPortalResponse | ||
responseSpecification | IResponseSpecification | |
return | IPortalResponse |