Table of Contents

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

content string

内容

ClientReceivedEventArgs(string, byte[])

构造

public ClientReceivedEventArgs(string content, byte[] bytes)

Parameters

content string

内容

bytes byte[]

字节数据

Properties

Bytes

字节数据

public byte[] Bytes { get; set; }

Property Value

byte[]

Content

内容

public string Content { get; set; }

Property Value

string