C# Class Akka.IO.SocketChannel

Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Accept ( ) : SocketChannel
Close ( ) : void
ConfigureBlocking ( bool block ) : SocketChannel
Connect ( EndPoint address ) : bool
FinishConnect ( ) : bool
IsOpen ( ) : bool
Open ( ) : SocketChannel
Read ( ByteBuffer buffer ) : int
Register ( IActorRef connection, SocketAsyncOperation initialOps ) : void
SocketChannel ( Socket socket ) : System
Write ( ByteBuffer buffer ) : int

Method Details

Accept() public méthode

public Accept ( ) : SocketChannel
Résultat SocketChannel

Close() public méthode

public Close ( ) : void
Résultat void

ConfigureBlocking() public méthode

public ConfigureBlocking ( bool block ) : SocketChannel
block bool
Résultat SocketChannel

Connect() public méthode

public Connect ( EndPoint address ) : bool
address System.Net.EndPoint
Résultat bool

FinishConnect() public méthode

public FinishConnect ( ) : bool
Résultat bool

IsOpen() public méthode

public IsOpen ( ) : bool
Résultat bool

Open() public static méthode

public static Open ( ) : SocketChannel
Résultat SocketChannel

Read() public méthode

public Read ( ByteBuffer buffer ) : int
buffer ByteBuffer
Résultat int

Register() public méthode

public Register ( IActorRef connection, SocketAsyncOperation initialOps ) : void
connection IActorRef
initialOps SocketAsyncOperation
Résultat void

SocketChannel() public méthode

public SocketChannel ( Socket socket ) : System
socket Socket
Résultat System

Write() public méthode

public Write ( ByteBuffer buffer ) : int
buffer ByteBuffer
Résultat int