C# 클래스 Amqp.Listener.ConnectionListener.WebSocketTransportListener

상속: TransportListener
파일 보기 프로젝트 열기: xamarin/mini-hacks

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void
WebSocketTransportListener ( ConnectionListener listener, string host, int port, string path, X509Certificate2 certificate ) : System

비공개 메소드들

메소드 설명
AcceptListenerContextLoop ( ) : System.Threading.Tasks.Task
HandleListenerContextAsync ( HttpListenerContext context ) : System.Threading.Tasks.Task

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

WebSocketTransportListener() 공개 메소드

public WebSocketTransportListener ( ConnectionListener listener, string host, int port, string path, X509Certificate2 certificate ) : System
listener ConnectionListener
host string
port int
path string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System