UdpTransportSettingsElement::MaxReceivedMessageSize Property

.NET Framework (current version)
 

Gets or sets the value of the MaxReceivedMessageSize property in a UDP transport configuration element.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("maxReceivedMessageSize", DefaultValue = 65536)]
[LongValidatorAttribute(MinValue = 1, MaxValue = 65536)]
property long long MaxReceivedMessageSize {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

The maximum size, in bytes, for a message that can be processed by the binding.

.NET Framework
Available since 4.0
Return to top
Show: