WebSocketTransportSettings::CreateNotificationOnConnection Property

.NET Framework (current version)
 

Gets or sets the create notification during connection.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool CreateNotificationOnConnection {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The create notification during connection.

.NET Framework
Available since 4.5
Return to top
Show: