.NET Framework Class Library
BasicHttpBinding Members

Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.

The BasicHttpBinding type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkBasicHttpBindingOverloaded. Initializes a new instance of the BasicHttpBinding class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBuildChannelFactoryOverloaded. Builds the channel factory stack on the client specified by the binding.
Public methodSupported by the .NET Compact FrameworkBuildChannelListenerOverloaded. Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
Public methodSupported by the .NET Compact FrameworkCanBuildChannelFactoryOverloaded. Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies some specific criteria.
Public methodSupported by the .NET Compact FrameworkCanBuildChannelListenerOverloaded. Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies some specified criteria.
Public methodSupported by the .NET Compact FrameworkCreateBindingElementsReturns an ordered collection of binding elements contained in the current binding. (Overrides Binding..::.CreateBindingElements()()().)
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetProperty<(Of <(T>)>)Returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from Binding.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAllowCookiesGets or sets a value that indicates whether the client accepts cookies and propagates them on future requests.
Public propertySupported by the .NET Compact FrameworkBypassProxyOnLocalGets or sets a value that indicates whether to bypass the proxy server for local addresses.
Public propertySupported by the .NET Compact FrameworkCloseTimeoutGets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkEnvelopeVersionGets the version of SOAP that is used for messages that are processed by this binding.
Public propertyHostNameComparisonModeGets or sets a value that indicates whether the hostname is used to reach the service when matching the URI.
Public propertySupported by the .NET Compact FrameworkMaxBufferPoolSizeGets or sets the maximum amount of memory that is allocated for use by the manager of the message buffers that receive messages from the channel.
Public propertySupported by the .NET Compact FrameworkMaxBufferSizeGets or sets the maximum size for a buffer that receives messages from the channel.
Public propertySupported by the .NET Compact FrameworkMaxReceivedMessageSizeGets or sets the maximum size for a message that can be received on a channel configured with this binding.
Public propertySupported by the .NET Compact FrameworkMessageEncodingGets or sets whether MTOM or Text is used to encode SOAP messages.
Public propertySupported by the .NET Compact FrameworkMessageVersionGets the message version used by clients and services configured with the binding. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the binding. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkNamespaceGets or sets the XML namespace of the binding. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkOpenTimeoutGets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkProxyAddressGets or sets the URI address of the HTTP proxy.
Public propertyReaderQuotasGets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.
Public propertySupported by the .NET Compact FrameworkReceiveTimeoutGets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkSchemeGets the URI transport scheme for the channels and listeners that are configured with this binding. (Overrides Binding..::.Scheme.)
Public propertySupported by the .NET Compact FrameworkSecurityGets the type of security used with this binding.
Public propertySupported by the .NET Compact FrameworkSendTimeoutGets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding.)
Public propertySupported by the .NET Compact FrameworkTextEncodingGets or sets the character encoding that is used for the message text.
Public propertySupported by the .NET Compact FrameworkTransferModeGets or sets a value that indicates whether messages are sent buffered or streamed.
Public propertySupported by the .NET Compact FrameworkUseDefaultWebProxyGets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIBindingRuntimePreferences..::.ReceiveSynchronouslyGets a value that indicates whether incoming requests are handled synchronously or asynchronously.
Top
See Also

Reference

Tags :


Page view tracker