C# 클래스 WebDav.WebDavResponse

Represents a response of a WebDAV operation.
파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
ToString ( ) : string
WebDavResponse ( int statusCode )

Initializes a new instance of the WebDavResponse class.

WebDavResponse ( int statusCode, string description )

Initializes a new instance of the WebDavResponse class.

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WebDavResponse() 공개 메소드

Initializes a new instance of the WebDavResponse class.
public WebDavResponse ( int statusCode )
statusCode int The status code of the operation.

WebDavResponse() 공개 메소드

Initializes a new instance of the WebDavResponse class.
public WebDavResponse ( int statusCode, string description )
statusCode int The status code of the response.
description string The description of the response.