AcceptTypes | An array of strings that represent the MIME types accepted by the client. (like text/html , application/xhtml+xml , image/webp , */*; q=0.8 , application/signed-exchange;v=b3;q=0.7 etc. |
BeginGetClientCertificate() | |
ClientCertificateError | |
ContentEncoding | |
ContentLength64 | An object that derives from System.Text.Encoding (for example System.Text.UTF8Encoding+UTF8EncodingSealed ). |
ContentType | |
Cookies | A System.Net.CookieCollection object. |
EndGetClientCertificate() | |
GetClientCertificate() | |
GetClientCertificateAsync() | |
HasEntityBody | A boolean that indicates the the request has a body (which is typically the case for POST requests) |
Headers | An instance of System.Net.WebHeaderCollection . |
HttpMethod | GET , POST ‥ |
InputStream | A System.IO.Stream with which the body data can be read. |
IsAuthenticated | |
IsLocal | |
IsSecureConnection | |
IsWebSocketRequest | |
KeepAlive | |
LocalEndPoint , RemoteEndPoint | System.Net.IPEndPoint objects |
ProtocolVersion | A System.Version object |
QueryString | A System.Collections.Specialized.NameValueCollection object that contains the query data of the requested URL. |
RawUrl | Url without host and port. |
RequestTraceIdentifier | |
ServiceName | |
TransportContext | |
Url | A System.Net.Url object |
UrlReferrer | |
UserAgent | |
UserHostAddress | |
UserHostName | |
UserLanguages | An array of strings that contains the parsed langagues of the Accept-Language request header. |