Class SocketTextMessageEventArgs
Represents arguments for text message websocket event.
Inheritance
System.Object
System.EventArgs
SocketTextMessageEventArgs
Inherited Members
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public sealed class SocketTextMessageEventArgs : SocketMessageEventArgs
Constructors
| Improve this Doc View SourceSocketTextMessageEventArgs(String)
Creates a new instance of text message event arguments.
Declaration
public SocketTextMessageEventArgs(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Received message string. |
Properties
| Improve this Doc View SourceMessage
Gets the received message string.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |