BaseEndpoint Properties |
The BaseEndpoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | Credentials |
Gets/Sets the HTTP authentication credentials to be used.
|
![]() | HttpMode |
Gets/Sets the HTTP Mode used for requests.
|
![]() | Proxy |
Gets/Sets a Proxy Server to be used.
|
![]() | ProxyCredentials |
Gets/Sets Credentials to be used for Proxy Server.
|
![]() | Timeout |
Gets/Sets the HTTP Timeouts used specified in milliseconds.
|
![]() | Uri |
Gets the Endpoints URI.
|
![]() | UseCredentialsForProxy |
Controls whether the Credentials set with the SetCredentials() method or the Credentialsare also used for a Proxy (if used).
|
![]() | UserAgent |
Gets/Sets the user agent string to pass in the request header.
|