C# Class Rest4Net.Ghost.GhostProtocol

Inheritance: Rest4Net.Protocols.HttpBaseProtocol
Afficher le fichier Open project: acropolium/Rest4Net

Méthodes publiques

Méthode Description
GhostProtocol ( string host, int port = -1, bool useHttps = false ) : System

Méthodes protégées

Méthode Description
RequestBeforeBodySend ( HttpWebRequest request ) : HttpWebRequest

Private Methods

Méthode Description
BuildVariables ( string urlPath, bool useHttps, string domain, int port ) : GhostProtocol
GetUrl ( string relative ) : string
PerformLogin ( ) : void

Method Details

GhostProtocol() public méthode

public GhostProtocol ( string host, int port = -1, bool useHttps = false ) : System
host string
port int
useHttps bool
Résultat System

RequestBeforeBodySend() protected méthode

protected RequestBeforeBodySend ( HttpWebRequest request ) : HttpWebRequest
request System.Net.HttpWebRequest
Résultat System.Net.HttpWebRequest