mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-09 01:14:07 +02:00
BodyType
This commit is contained in:
@@ -50,5 +50,20 @@ public enum BodyType
|
||||
/// <summary>
|
||||
/// Use Server-Sent Events (string)
|
||||
/// </summary>
|
||||
SseString
|
||||
SseString,
|
||||
|
||||
/// <summary>
|
||||
/// WebSocket message in clear text.
|
||||
/// </summary>
|
||||
WebSocketText,
|
||||
|
||||
/// <summary>
|
||||
/// WebSocket message in binary format.
|
||||
/// </summary>
|
||||
WebSocketBinary,
|
||||
|
||||
/// <summary>
|
||||
/// WebSocket close message.
|
||||
/// </summary>
|
||||
WebSocketClose
|
||||
}
|
||||
Reference in New Issue
Block a user