C# Class URSA.Web.Http.StringResponseInfo

Describes a string response.
Inheritance: ResponseInfo
显示文件 Open project: alien-mcl/URSA Class Usage Examples

Private Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
StringResponseInfo ( Encoding encoding, string content, RequestInfo request ) : System
StringResponseInfo ( string content, RequestInfo request ) : System