NetTcpContextBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a context-enabled binding for the NetTcpContextBinding binding.
public ref class NetTcpContextBinding : System::ServiceModel::NetTcpBinding
public class NetTcpContextBinding : System.ServiceModel.NetTcpBinding
type NetTcpContextBinding = class
inherit NetTcpBinding
Public Class NetTcpContextBinding
Inherits NetTcpBinding
- Inheritance
Remarks
Note
When calling a WCF service built with .NET Framework 4.0 or later from a WCF client application built with .NET Framework 3.5 or earlier, the configuration file generated by svcutil.exe or adding a service reference from Visual Studio will contain the contextManagementEnabled attribute in the binding configuration. This attribute is not recognized by the .NET Framework 3.5 runtime and the application will thrown an ConfigurationErrorsException with the message "Unrecognized attribute 'contextManagementEnabled". To workaround this problem, remove the contextManagementEnabled attribute from the binding configuration.
Constructors
NetTcpContextBinding() |
Initializes a new instance of the NetTcpContextBinding class. |
NetTcpContextBinding(SecurityMode, Boolean) |
Initializes a new instance of the NetTcpContextBinding class with the specified SecurityMode and reliable session setting. |
NetTcpContextBinding(SecurityMode) |
Initializes a new instance of the NetTcpContextBinding class with the specified SecurityMode. |
NetTcpContextBinding(String) |
Initializes a new instance of the NetTcpContextBinding class with the specified binding configuration. |
Properties
ClientCallbackAddress |
Gets or sets the client callback address. |
CloseTimeout |
Gets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from Binding) |
ContextManagementEnabled |
Gets a value that specifies whether context management is enabled. |
ContextProtectionLevel |
Gets or sets the context protection level for this binding. |
EnvelopeVersion |
Gets the version of SOAP that is used for messages processed by this binding. (Inherited from NetTcpBinding) |
HostNameComparisonMode |
Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI. (Inherited from NetTcpBinding) |
ListenBacklog |
Gets or sets the maximum number of queued connection requests that can be pending. (Inherited from NetTcpBinding) |
MaxBufferPoolSize |
Gets or sets the maximum size, in bytes, allowed for a buffer pool that stores TCP messages processed by the binding. (Inherited from NetTcpBinding) |
MaxBufferSize |
Gets or sets a value that specifies the maximum size, in bytes, of the buffer used to store messages in memory. (Inherited from NetTcpBinding) |
MaxConnections |
Gets or sets a value that controls the maximum number of connections to be pooled for subsequent reuse on the client and the maximum number of connections allowed to be pending dispatch on the server. (Inherited from NetTcpBinding) |
MaxReceivedMessageSize |
Gets or sets the maximum size, in bytes, for a received message that is processed by the binding. (Inherited from NetTcpBinding) |
MessageVersion |
Gets the message version used by clients and services configured with the binding. (Inherited from Binding) |
Name |
Gets or sets the name of the binding. (Inherited from Binding) |
Namespace |
Gets or sets the XML namespace of the binding. (Inherited from Binding) |
OpenTimeout |
Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding) |
PortSharingEnabled |
Gets or sets a value that indicates whether TCP port sharing is enabled for the connection configured with this binding. (Inherited from NetTcpBinding) |
ReaderQuotas |
Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. (Inherited from NetTcpBinding) |
ReceiveTimeout |
Gets 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) |
ReliableSession |
Gets an object that indicates whether a reliable session is established between channel endpoints. (Inherited from NetTcpBinding) |
Scheme |
Returns the URI scheme for the transport. (Inherited from NetTcpBinding) |
Security |
Gets an object that specifies the type of security used with services configured with this binding. (Inherited from NetTcpBinding) |
SendTimeout |
Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding) |
TransactionFlow |
Gets or sets a value that determines whether transaction flow is enabled. (Inherited from NetTcpBinding) |
TransactionProtocol |
Gets or sets the transactions protocol used by the service to flow transactions. (Inherited from NetTcpBinding) |
TransferMode |
Gets or sets a value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer. (Inherited from NetTcpBinding) |
Methods
BuildChannelFactory<TChannel>(BindingParameterCollection) |
Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by a collection of binding parameters. (Inherited from Binding) |
BuildChannelFactory<TChannel>(Object[]) |
Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by an object array. (Inherited from Binding) |
BuildChannelListener<TChannel>(BindingParameterCollection) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified by a collection of binding parameters. (Inherited from Binding) |
BuildChannelListener<TChannel>(Object[]) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, BindingParameterCollection) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, Object[]) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[]) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
BuildChannelListener<TChannel>(Uri, String, Object[]) |
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from Binding) |
CanBuildChannelFactory<TChannel>(BindingParameterCollection) |
Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the collection of binding parameters specified. (Inherited from Binding) |
CanBuildChannelFactory<TChannel>(Object[]) |
Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the requirements specified by an object array. (Inherited from Binding) |
CanBuildChannelListener<TChannel>(BindingParameterCollection) |
Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the collection of binding parameters specified. (Inherited from Binding) |
CanBuildChannelListener<TChannel>(Object[]) |
Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the criteria specified in an array of objects. (Inherited from Binding) |
CreateBindingElements() |
Creates an ordered collection of binding elements that are contained in the current binding. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetProperty<T>(BindingParameterCollection) |
Returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from Binding) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ShouldSerializeListenBacklog() |
Returns a value that indicates whether the ListenBacklog property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ShouldSerializeMaxConnections() |
Returns a value that indicates whether the MaxConnections property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ShouldSerializeName() |
Returns whether the name of the binding should be serialized. (Inherited from Binding) |
ShouldSerializeNamespace() |
Returns whether the namespace of the binding should be serialized. (Inherited from Binding) |
ShouldSerializeReaderQuotas() |
Returns a value that indicates whether the ReaderQuotas property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ShouldSerializeReliableSession() |
Returns a value that indicates whether the ReliableSession property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ShouldSerializeSecurity() |
Returns a value that indicates whether the Security property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ShouldSerializeTransactionProtocol() |
Returns a value that indicates whether the TransactionProtocol property has changed from its default value and should be serialized. (Inherited from NetTcpBinding) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IBindingRuntimePreferences.ReceiveSynchronously |
Gets a value that indicates whether incoming requests are handled synchronously or asynchronously. (Inherited from NetTcpBinding) |