C# 클래스 Library.Net.Proxy.HttpProxyClient

상속: ProxyClientBase, IThisLock
파일 보기 프로젝트 열기: Alliance-Network/Library 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Socket socket, System.TimeSpan timeout ) : void
HttpProxyClient ( string destinationHost, int destinationPort ) : System

비공개 메소드들

메소드 설명
HandleProxyCommandError ( Socket socket, string host, int port, HttpResponseCodes code, string text ) : void
ParseResponse ( string response, string &text ) : HttpResponseCodes
SendConnectionCommand ( Socket socket, string host, int port ) : void

메소드 상세

Create() 공개 메소드

public Create ( Socket socket, System.TimeSpan timeout ) : void
socket System.Net.Sockets.Socket
timeout System.TimeSpan
리턴 void

HttpProxyClient() 공개 메소드

public HttpProxyClient ( string destinationHost, int destinationPort ) : System
destinationHost string
destinationPort int
리턴 System