Class ClientReceivedEventArgs
- Namespace
- AT.Librarys.Container.Toolkit.Communication
- Assembly
- AT.Librarys.Container.dll
public class ClientReceivedEventArgs : EventArgs
- Inheritance
-
ClientReceivedEventArgs
- Inherited Members
- Extension Methods
Constructors
ClientReceivedEventArgs()
构造
public ClientReceivedEventArgs()
ClientReceivedEventArgs(string)
构造
public ClientReceivedEventArgs(string content)
Parameters
contentstring内容
ClientReceivedEventArgs(string, byte[])
构造
public ClientReceivedEventArgs(string content, byte[] bytes)
Parameters
Properties
Bytes
字节数据
public byte[] Bytes { get; set; }
Property Value
- byte[]
Content
内容
public string Content { get; set; }