System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.StandardBindingElement
To be added.
Represents an XML element that specifies a binding for peer channel specific TCP messaging.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
that specifies the name to associate with this binding element.
Property
4.0.0.0
System.Type
To be added.
To be added.
Gets the of the binding element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("listenIPAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Net.IPAddress
To be added.
To be added.
Gets or sets the IP address on which the peer node will listen for TCP messages.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.LongValidator(ExcludeRange=false, MaxValue=9223372036854775807, MinValue=0)
System.Int64
To be added.
To be added.
Gets or sets the maximum size, in bytes, for a buffer pool that stores TCP messages processed by the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.LongValidator(ExcludeRange=false, MaxValue=9223372036854775807, MinValue=16384)
System.Int64
To be added.
The default maximum message size if 65,536 bytes.
Gets and sets the maximum size, in bytes, for messages received by peer TCP bindings configured with this element.
Method
4.0.0.0
System.Void
To be added.
Initializes the configuration element settings with the information from the supplied network binding when a configuration event is raised.
that contains a specific to networking binding from which this configuration element should obtain the new settings when a configuration application event is raised.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("port", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=65535, MinValue=0)
System.Int32
To be added.
To be added.
Gets or sets the network interface port on which this binding will process peer channel TCP messages.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
Gets a collection of configuration properties for this binding element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("readerQuotas", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
To be added.
To be added.
Gets the configuration element for reader quotas for bindings configured with this element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("resolver", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.PeerResolverElement
To be added.
To be added.
Gets the configuration element for a peer resolver associated with this binding configuration.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("security", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.PeerSecurityElement
To be added.
To be added.
Gets the security configuration element for this binding configuration.