Method | Description | |
---|---|---|
OnReceiveUpdate ( TestServiceUpdate response ) : void | ||
SendMessage ( string message ) : Task |
||
StartConnection ( ) : Task |
||
StopClient ( ) : void | ||
TestServiceClient ( string serviceAddress, int port ) : System.Threading.Tasks |
public OnReceiveUpdate ( TestServiceUpdate response ) : void | ||
response | Simpl.OODSS.TestClientAndMessage.Messages.TestServiceUpdate | |
return | void |
public TestServiceClient ( string serviceAddress, int port ) : System.Threading.Tasks | ||
serviceAddress | string | |
port | int | |
return | System.Threading.Tasks |