C# Class IoTHubAmqp.Program

Show file Open project: ppatierno/codesamples

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
GetSharedAccessSignature ( string keyName, string sharedAccessKey, string resource, System.TimeSpan tokenTimeToLive ) : string
Main ( string args ) : void
NetworkChange_NetworkAddressChanged ( object sender, EventArgs e ) : void
NetworkChange_NetworkAvailabilityChanged ( object sender, Microsoft e ) : void
PutCbsToken ( Connection connection, string host, string shareAccessSignature, string audience ) : bool
ReceiveCommands ( ) : void
SendEvent ( ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void