System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.TransportElement
To be added.
Represents the configuration element that specifies an HTTP transport for transmitting SOAP messages.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
You can use this property when you interact with ASMX Web services that use cookies. In this way, you can be sure that the cookies returned from the server are automatically copied to all future client requests for that service.
Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests.
Method
4.0.0.0
System.Void
To be added.
Applies a new configuration for this element.
The binding element to use for this configuration.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Net.AuthenticationSchemes
To be added.
The authentication scheme can only be set once.
Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP listener.
Property
4.0.0.0
System.Type
To be added.
To be added.
Gets the type of binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("bypassProxyOnLocal", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
A local address is one that is on the local LAN or intranet. Always ignores the proxy if the service address begins with http://localhost. You should use the host name rather than localhost if you want clients to go through a proxy when communicating with services on the same machine.
Gets or sets a value that indicates whether proxies are ignored for local addresses.
Method
4.0.0.0
System.Void
To be added.
Copies the configuration element from a specified source.
The source that contains the element to be copied.
Method
4.0.0.0
System.ServiceModel.Channels.TransportBindingElement
To be added.
Creates a new transport binding element from this instance.
The newly created object.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("decompressionEnabled", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a value that indicates whether data decompression for SOAP messages is enabled for this transport.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("extendedProtectionPolicy", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement
To be added.
To be added.
Gets a instance which contains the configuration settings to use for extended protection for a session.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("hostNameComparisonMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.HostNameComparisonMode
To be added.
To be added.
Gets or sets a value that specifies how the hostname is used to reach the service when matching on the URI.
Method
4.0.0.0
System.Void
To be added.
Initializes this instance using a specified binding element.
The binding element to use for initialization.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("keepAliveEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that indicates whether to make a persistent connection to the internet resource.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1)
System.Int32
To be added.
To be added.
Gets or sets the maximum size of the buffer pool.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Uri
To be added.
To be added.
Gets or sets a URI that contains the address of the proxy to use for HTTP requests.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("proxyAuthenticationScheme", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Net.AuthenticationSchemes
To be added.
To be added.
Gets or sets the authentication scheme used to authenticate client requests being processed by an HTTP proxy.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("realm", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)
System.String
To be added.
To be added.
Gets or sets the authentication realm.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("transferMode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.TransferMode
To be added.
To be added.
Gets or sets a value that specifies whether messages are buffered or streamed or a request or response.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("unsafeConnectionNtlmAuthentication", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
If enabled, NTLM authentication is performed once on each TCP connection.
Gets or sets a value that indicates whether unsafe connection sharing is enabled on the server.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Boolean
To be added.
To be added.
Gets or sets a value that indicates whether the machine-wide proxy settings are used rather than the user-specific settings.