C# Class Ipop.SocialVPN.TestNetwork

Inheritance: ISocialNetwork
ファイルを表示 Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_address string
_addresses string>.ImmutableDictionary
_fingerprint string
_fingerprints string>.ImmutableDictionary
_message string

Public Methods

Method Description
Login ( string uid, string password ) : void
Logout ( ) : void
SetData ( string address, string fingerprint ) : void
TestNetwork ( ) : System

Protected Methods

Method Description
Publish ( string uid ) : void
Retreive ( ) : void

Method Details

Login() public method

public Login ( string uid, string password ) : void
uid string
password string
return void

Logout() public method

public Logout ( ) : void
return void

Publish() protected method

protected Publish ( string uid ) : void
uid string
return void

Retreive() protected method

protected Retreive ( ) : void
return void

SetData() public method

public SetData ( string address, string fingerprint ) : void
address string
fingerprint string
return void

TestNetwork() public method

public TestNetwork ( ) : System
return System

Property Details

_address protected_oe property

protected string _address
return string

_addresses protected_oe property

protected ImmutableDictionary _addresses
return string>.ImmutableDictionary

_fingerprint protected_oe property

protected string _fingerprint
return string

_fingerprints protected_oe property

protected ImmutableDictionary _fingerprints
return string>.ImmutableDictionary

_message protected_oe property

protected string _message
return string