C# 클래스 MtGoxTrader.Model.MtGoxSocketIOClient

파일 보기 프로젝트 열기: iamapi/MtgoxTrader

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
MtGoxSocketIOClient ( Uri url ) : System
Recv ( ) : string
Send ( string str ) : void
SetHeaders ( string>.Dictionary headers ) : void

비공개 메소드들

메소드 설명
CreateSocket ( Uri url ) : SslStream
ReadMessage ( SslStream sslStream ) : string
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

MtGoxSocketIOClient() 공개 메소드

public MtGoxSocketIOClient ( Uri url ) : System
url System.Uri
리턴 System

Recv() 공개 메소드

public Recv ( ) : string
리턴 string

Send() 공개 메소드

public Send ( string str ) : void
str string
리턴 void

SetHeaders() 공개 메소드

public SetHeaders ( string>.Dictionary headers ) : void
headers string>.Dictionary
리턴 void