Compartilhar via


NetHttpBindingElement.WebSocketSettings Propriedade

Definição

Obtém ou define as configurações de soquete Web usadas para o NetHttpBindingElement.

public:
 property System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ WebSocketSettings { System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ get(); void set(System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ value); };
[System.Configuration.ConfigurationProperty("webSocketSettings")]
public System.ServiceModel.Configuration.NetHttpWebSocketTransportSettingsElement WebSocketSettings { get; set; }
[<System.Configuration.ConfigurationProperty("webSocketSettings")>]
member this.WebSocketSettings : System.ServiceModel.Configuration.NetHttpWebSocketTransportSettingsElement with get, set
Public Property WebSocketSettings As NetHttpWebSocketTransportSettingsElement

Valor da propriedade

NetHttpWebSocketTransportSettingsElement

As configurações de soquete da Web usadas.

Atributos

Aplica-se a