C# 클래스 Amqp.WebSocketTransport

The WebSocketTransport class allows applications to send and receive AMQP traffic using the AMQP-WebSockets binding protocol.
상속: IAsyncTransport
파일 보기 프로젝트 열기: xamarin/mini-hacks 1 사용 예제들

공개 메소드들

메소드 설명
ConnectAsync ( Address address ) : Task
IAsyncTransport ( Connection connection ) : void
ITransport ( ) : void
ITransport ( ByteBuffer buffer ) : void
MatchScheme ( string scheme ) : bool
WebSocketTransport ( ) : System
WebSocketTransport ( WebSocket webSocket ) : System

비공개 메소드들

메소드 설명
GetDefaultPort ( string scheme, int port ) : int
IAsyncTransport ( byte buffer, int offset, int count ) : Task
IAsyncTransport ( ByteBuffer buffer, IList bufferList, int listSize ) : bool
ITransport ( byte buffer, int offset, int count ) : int
WriteAsync ( ByteBuffer buffer ) : Task

메소드 상세

ConnectAsync() 공개 메소드

public ConnectAsync ( Address address ) : Task
address Address
리턴 Task

IAsyncTransport() 공개 메소드

public IAsyncTransport ( Connection connection ) : void
connection Connection
리턴 void

ITransport() 공개 메소드

public ITransport ( ) : void
리턴 void

ITransport() 공개 메소드

public ITransport ( ByteBuffer buffer ) : void
buffer ByteBuffer
리턴 void

MatchScheme() 공개 정적인 메소드

public static MatchScheme ( string scheme ) : bool
scheme string
리턴 bool

WebSocketTransport() 공개 메소드

public WebSocketTransport ( ) : System
리턴 System

WebSocketTransport() 공개 메소드

public WebSocketTransport ( WebSocket webSocket ) : System
webSocket System.Net.WebSockets.WebSocket
리턴 System