Navigation
API > API/Runtime > API/Runtime/Stomp > API/Runtime/Stomp/IStompClient
References
| Module | Stomp |
| Header | /Engine/Source/Runtime/Online/Stomp/Public/IStompClient.h |
| Include | #include "IStompClient.h" |
void Disconnect
(
const FStompHeader & Header
)
Remarks
Disconnect from the server.
Parameters
| Name | Description |
|---|---|
| Header | custom headers to send with the DISCONNECT command. |