WarningHeaderValue 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WarningHeaderValue 클래스의 새 인스턴스를 초기화합니다.
오버로드
WarningHeaderValue(Int32, String, String) |
WarningHeaderValue 클래스의 새 인스턴스를 초기화합니다. |
WarningHeaderValue(Int32, String, String, DateTimeOffset) |
WarningHeaderValue 클래스의 새 인스턴스를 초기화합니다. |
WarningHeaderValue(Int32, String, String)
- Source:
- WarningHeaderValue.cs
- Source:
- WarningHeaderValue.cs
- Source:
- WarningHeaderValue.cs
WarningHeaderValue 클래스의 새 인스턴스를 초기화합니다.
public:
WarningHeaderValue(int code, System::String ^ agent, System::String ^ text);
public WarningHeaderValue (int code, string agent, string text);
new System.Net.Http.Headers.WarningHeaderValue : int * string * string -> System.Net.Http.Headers.WarningHeaderValue
Public Sub New (code As Integer, agent As String, text As String)
매개 변수
- code
- Int32
특정 경고 코드입니다.
- agent
- String
경고를 연결한 호스트입니다.
- text
- String
경고 텍스트를 포함하는 따옴표 붙은 문자열입니다.
적용 대상
WarningHeaderValue(Int32, String, String, DateTimeOffset)
- Source:
- WarningHeaderValue.cs
- Source:
- WarningHeaderValue.cs
- Source:
- WarningHeaderValue.cs
WarningHeaderValue 클래스의 새 인스턴스를 초기화합니다.
public:
WarningHeaderValue(int code, System::String ^ agent, System::String ^ text, DateTimeOffset date);
public WarningHeaderValue (int code, string agent, string text, DateTimeOffset date);
new System.Net.Http.Headers.WarningHeaderValue : int * string * string * DateTimeOffset -> System.Net.Http.Headers.WarningHeaderValue
Public Sub New (code As Integer, agent As String, text As String, date As DateTimeOffset)
매개 변수
- code
- Int32
특정 경고 코드입니다.
- agent
- String
경고를 연결한 호스트입니다.
- text
- String
경고 텍스트를 포함하는 따옴표 붙은 문자열입니다.
- date
- DateTimeOffset
경고의 날짜/시간 스탬프입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET