C# Class Crosschat.Client.Droid.Infrastructure.TransportResource

Inheritance: ITransportResource
Show file Open project: EgorBo/CrossChat-Xamarin.Forms

Public Methods

Method Description
ConnectAsync ( ) : System.Threading.Tasks.Task
DisconnectAsync ( ) : System.Threading.Tasks.Task
DropConnection ( ) : void
SendData ( byte data ) : void

Private Methods

Method Description
OnDataReceived ( IAsyncResult ar ) : void
StartListening ( ) : void

Method Details

ConnectAsync() public method

public ConnectAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DisconnectAsync() public method

public DisconnectAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DropConnection() public method

public DropConnection ( ) : void
return void

SendData() public method

public SendData ( byte data ) : void
data byte
return void