WebSocketOptions.AllowedOrigins 속성

정의

웹소켓 요청에 허용되는 원본 헤더 값을 설정하여 사이트 간 WebSocket 하이재킹을 방지합니다. 기본적으로 모든 원본이 허용됩니다.

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)

속성 값

적용 대상