Click or drag to resize

OddsCreatorService Properties

The OddsCreatorService type exposes the following members.

Properties
 NameDescription
Public propertyAllowAutoRedirectGets or sets whether the client automatically follows server redirects.
(Inherited from HttpWebClientProtocol)
Public propertyClientCertificatesGets the collection of client certificates.
(Inherited from HttpWebClientProtocol)
Public propertyConnectionGroupNameGets or sets the name of the connection group for the request.
(Inherited from WebClientProtocol)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyCookieContainerGets or sets the collection of cookies.
(Inherited from HttpWebClientProtocol)
Public propertyCredentialsGets or sets security credentials for XML Web service client authentication.
(Inherited from WebClientProtocol)
Public propertyEnableDecompressionGets or sets a value that indicates whether decompression is enabled for this HttpWebClientProtocol.
(Inherited from HttpWebClientProtocol)
Public propertyPreAuthenticateGets or sets whether pre-authentication is enabled.
(Inherited from WebClientProtocol)
Public propertyProxyGets or sets proxy information for making an XML Web service request through a firewall.
(Inherited from HttpWebClientProtocol)
Public propertyRequestEncodingThe Encoding used to make the client request to the XML Web service.
(Inherited from WebClientProtocol)
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertySoapVersionGets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from SoapHttpClientProtocol)
Public propertyTimeoutIndicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).
(Inherited from WebClientProtocol)
Public propertyUnsafeAuthenticatedConnectionSharingGets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.
(Inherited from HttpWebClientProtocol)
Public propertyUrlGets or sets the base URL of the XML Web service the client is requesting.
(Inherited from WebClientProtocol)
Public propertyUseDefaultCredentialsGets or sets a value that indicates whether to set the Credentials property to the value of the DefaultCredentials property.
(Inherited from WebClientProtocol)
Public propertyUserAgentGets or sets the value for the user agent header that is sent with each request.
(Inherited from HttpWebClientProtocol)
Top
See Also