HttpRequest.Scheme 속성

정의

HTTP 요청 체계를 가져오거나 설정합니다.

public:
 abstract property System::String ^ Scheme { System::String ^ get(); void set(System::String ^ value); };
public abstract string Scheme { get; set; }
member this.Scheme : string with get, set
Public MustOverride Property Scheme As String

속성 값

HTTP 요청 체계입니다.

적용 대상