C# Class Crosschat.Client.WinPhone.Infrastructure.SocketStreamTransportResource

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

Public Methods

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

Private Methods

Method Description
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

SendData() public method

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