Свойство | Тип | Описание | |
---|---|---|---|
_hostService | IApplicationHost |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
EndpointMock ( ) : System.Collections.Generic | ||
Initialize ( IApplicationHost host, IOptions options ) : void | ||
ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
SendTestMessage ( Message testMessage ) : void | ||
StartProcessing ( ) : void | ||
StopProcessing ( ) : void |
public EndpointMock ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Initialize ( IApplicationHost host, IOptions options ) : void | ||
host | IApplicationHost | |
options | IOptions | |
Результат | void |
public ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
endpoint | IEndpoint | |
data | byte | |
Результат | void |
public SendTestMessage ( Message testMessage ) : void | ||
testMessage | Message | |
Результат | void |