C# Class Cauldron.Potions.Implementation.Network

A wrapper for Cauldron.Core.Network. See Cauldron.Core.Network for further details.
Inheritance: INetwork
Datei anzeigen Open project: reflection-emit/Cauldron

Public Methods

Method Description
Ping ( string hostname, uint port ) : Task

Private Methods

Method Description
Network ( ) : Cauldron.Activator

Method Details

Ping() public method

public Ping ( string hostname, uint port ) : Task
hostname string
port uint
return Task