Click or drag to resize

BaseEndpoint Properties

The BaseEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyCredentials
Gets/Sets the HTTP authentication credentials to be used.
Public propertyHttpMode
Gets/Sets the HTTP Mode used for requests.
Public propertyProxy
Gets/Sets a Proxy Server to be used.
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
Public propertyUri
Gets the Endpoints URI.
Public propertyUseCredentialsForProxy
Controls whether the Credentials set with the SetCredentials() method or the Credentialsare also used for a Proxy (if used).
Public propertyUserAgent
Gets/Sets the user agent string to pass in the request header.
Top
See Also