C# 클래스 Rest4Net.Ghost.GhostProtocol

상속: Rest4Net.Protocols.HttpBaseProtocol
파일 보기 프로젝트 열기: acropolium/Rest4Net

공개 메소드들

메소드 설명
GhostProtocol ( string host, int port = -1, bool useHttps = false ) : System

보호된 메소드들

메소드 설명
RequestBeforeBodySend ( HttpWebRequest request ) : HttpWebRequest

비공개 메소드들

메소드 설명
BuildVariables ( string urlPath, bool useHttps, string domain, int port ) : GhostProtocol
GetUrl ( string relative ) : string
PerformLogin ( ) : void

메소드 상세

GhostProtocol() 공개 메소드

public GhostProtocol ( string host, int port = -1, bool useHttps = false ) : System
host string
port int
useHttps bool
리턴 System

RequestBeforeBodySend() 보호된 메소드

protected RequestBeforeBodySend ( HttpWebRequest request ) : HttpWebRequest
request System.Net.HttpWebRequest
리턴 System.Net.HttpWebRequest