HTTP 상태 코드를 가져옵니다.
public: property int StatusCode { int get(); };
public int StatusCode { get; }
member this.StatusCode : int
Public ReadOnly Property StatusCode As Integer
감사합니다.