C# Class Postworthy.Models.Communication.CommandSender

Exibir arquivo Open project: postworthy/postworthy Class Usage Examples

Public Methods

Method Description
Send ( IPAddress ip, int port, string>.KeyValuePair command, bool waitForSend = false ) : Task

Method Details

Send() public method

public Send ( IPAddress ip, int port, string>.KeyValuePair command, bool waitForSend = false ) : Task
ip System.Net.IPAddress
port int
command string>.KeyValuePair
waitForSend bool
return Task