OpenRasta.Web.HttpEntity.HttpEntity C# (CSharp) Method

HttpEntity() public method

public HttpEntity ( ) : System
return System
        public HttpEntity() : this(new HttpHeaderDictionary(), null) { }
        public string FileName { get { return null; } }

Same methods

HttpEntity::HttpEntity ( HttpHeaderDictionary messageheaders, Stream entityBodyStream ) : System