Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
HumbleNetwork
MessageFraming
C# Class HumbleNetwork.MessageFraming
TODO: message framing has resposability to create stream?
显示文件
Open project: joaofx/HumbleNetwork
Class Usage Examples
Public Methods
Method
Description
Create
(
Framing
framing
,
TcpClient
tcpClient
,
string
delimiter
) :
IHumbleStream
Method Details
Create()
public
static
method
public
static
Create
(
Framing
framing
,
TcpClient
tcpClient
,
string
delimiter
) :
IHumbleStream
framing
Framing
tcpClient
System.Net.Sockets.TcpClient
delimiter
string
return
IHumbleStream