StreamProviderDirection 枚举

定义

标识流提供程序是只读、读写还是只写。

public enum StreamProviderDirection
type StreamProviderDirection = 
Public Enum StreamProviderDirection
继承
StreamProviderDirection

字段

None 0

无。

ReadOnly 1

此提供程序可以接收消息,但无法发送消息。

ReadWrite 3

此提供程序可以发送和接收消息。

WriteOnly 2

此提供程序可以发送消息,但无法接收消息。

适用于