Sdílet prostřednictvím


WebSocketOptions.AllowedOrigins Vlastnost

Definice

Nastavte hodnoty hlavičky původu povolené pro požadavky Protokolu WebSocket, aby se zabránilo napadení protokolu WebSocket mezi weby. Ve výchozím nastavení jsou povoleny všechny zdroje.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedOrigins { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AllowedOrigins { get; }
member this.AllowedOrigins : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedOrigins As IList(Of String)

Hodnota vlastnosti

Platí pro