Compartir a través de


HttpConnectionOptions.SkipNegotiation Propiedad

Definición

Obtiene o establece un valor que indica si se omite la negociación al conectarse al servidor.

public:
 property bool SkipNegotiation { bool get(); void set(bool value); };
public bool SkipNegotiation { get; set; }
member this.SkipNegotiation : bool with get, set
Public Property SkipNegotiation As Boolean

Valor de propiedad

Comentarios

La negociación solo se puede omitir al usar el WebSockets transporte.

Se aplica a