HttpRequestTransportMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the method that the client will use in making Http requests to the server.
public enum HttpRequestTransportMode
type HttpRequestTransportMode =
Public Enum HttpRequestTransportMode
- Inheritance
-
HttpRequestTransportMode
Fields
Name | Value | Description |
---|---|---|
HttpWebRequest | 0 | Uses HttpWebRequest |
HttpClient | 1 | Uses HttpClient. |