C# Class Network.Rest.HttpResponse

Inheritance: HttpMessage
Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Protected Properties

Свойство Type Description
document System.Xml.XmlDocument

Méthodes publiques

Méthode Description
FromBytes ( byte bytes ) : HttpResponse
HttpResponse ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
Parse ( string responseString ) : HttpResponse

Method Details

FromBytes() public static méthode

public static FromBytes ( byte bytes ) : HttpResponse
bytes byte
Résultat HttpResponse

HttpResponse() public méthode

public HttpResponse ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

document protected_oe property

protected XmlDocument,System.Xml document
Résultat System.Xml.XmlDocument