The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UdpBinding::IBindingRuntimePreferences::ReceiveSynchronously Property
.NET Framework (current version)
Gets a value that indicates whether incoming requests are handled synchronously or asynchronously.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
private: property bool ReceiveSynchronously { virtual bool get() sealed = IBindingRuntimePreferences::ReceiveSynchronously::get; }
Property Value
Type: System::BooleanTrue if incoming requests are handled synchronously; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: