C# 클래스 Network.Rest.HttpResponse

상속: HttpMessage
파일 보기 프로젝트 열기: automaters/bonjour.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
document System.Xml.XmlDocument

공개 메소드들

메소드 설명
FromBytes ( byte bytes ) : HttpResponse
HttpResponse ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Parse ( string responseString ) : HttpResponse

메소드 상세

FromBytes() 공개 정적인 메소드

public static FromBytes ( byte bytes ) : HttpResponse
bytes byte
리턴 HttpResponse

HttpResponse() 공개 메소드

public HttpResponse ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

document 보호되어 있는 프로퍼티

protected XmlDocument,System.Xml document
리턴 System.Xml.XmlDocument