C# Class Amqp.WebSocketTransport

The WebSocketTransport class allows applications to send and receive AMQP traffic using the AMQP-WebSockets binding protocol.
Inheritance: IAsyncTransport
Afficher le fichier Open project: xamarin/mini-hacks Class Usage Examples

Méthodes publiques

Méthode Description
ConnectAsync ( Address address ) : Task
IAsyncTransport ( Connection connection ) : void
ITransport ( ) : void
ITransport ( ByteBuffer buffer ) : void
MatchScheme ( string scheme ) : bool
WebSocketTransport ( ) : System
WebSocketTransport ( WebSocket webSocket ) : System

Private Methods

Méthode Description
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

Method Details

ConnectAsync() public méthode

public ConnectAsync ( Address address ) : Task
address Address
Résultat Task

IAsyncTransport() public méthode

public IAsyncTransport ( Connection connection ) : void
connection Connection
Résultat void

ITransport() public méthode

public ITransport ( ) : void
Résultat void

ITransport() public méthode

public ITransport ( ByteBuffer buffer ) : void
buffer ByteBuffer
Résultat void

MatchScheme() public static méthode

public static MatchScheme ( string scheme ) : bool
scheme string
Résultat bool

WebSocketTransport() public méthode

public WebSocketTransport ( ) : System
Résultat System

WebSocketTransport() public méthode

public WebSocketTransport ( WebSocket webSocket ) : System
webSocket System.Net.WebSockets.WebSocket
Résultat System