WebSocketTransportSettings 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Web 套接字传输的设置。
public ref class WebSocketTransportSettings sealed : IEquatable<System::ServiceModel::Channels::WebSocketTransportSettings ^>
	public sealed class WebSocketTransportSettings : IEquatable<System.ServiceModel.Channels.WebSocketTransportSettings>
	type WebSocketTransportSettings = class
    interface IEquatable<WebSocketTransportSettings>
	Public NotInheritable Class WebSocketTransportSettings
Implements IEquatable(Of WebSocketTransportSettings)
		- 继承
 - 
				WebSocketTransportSettings
 
- 实现
 
构造函数
| WebSocketTransportSettings() | 
		 初始化 WebSocketTransportSettings 类的新实例。  | 
        	
字段
| BinaryEncoderTransferModeHeader | 
		 为二进制编码器 invoke 模式指定该标头。  | 
        	
| BinaryMessageReceivedAction | 
		 收到的网络套接字二进制消息时,指定操作。  | 
        	
| ConnectionOpenedAction | 
		 打开的网络套接字连接时,指定操作。  | 
        	
| SoapContentTypeHeader | 
		 指定简单访问对象内容的类型标头。  | 
        	
| TextMessageReceivedAction | 
		 收到的网络套接字文本消息时,指定操作。  | 
        	
属性
| CreateNotificationOnConnection | 
		 获取或设置连接期间的创建通知。  | 
        	
| DisablePayloadMasking | 
		 获取或设置一个值,该值指示是否禁用网络套接屏蔽。  | 
        	
| KeepAliveInterval | 
		 获取或设置保持活动间隔的连接值。  | 
        	
| MaxPendingConnections | 
		 获取或设置最大允许挂起连接数。  | 
        	
| SubProtocol | 
		 获取或设置 Web 套接子协议。  | 
        	
| TransportUsage | 
		 获取或设置 Web 套接传输使用情况。  | 
        	
方法
| Equals(Object) | 
		 确定指定的对象是否等同于当前的对象。  | 
        	
| Equals(WebSocketTransportSettings) | 
		 确定指定的套接传输器对象与当前对象是否相等。  | 
        	
| GetHashCode() | 
		 获取此对象的哈希代码值。  | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| MemberwiseClone() | 
		 创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		 返回表示当前对象的字符串。 (继承自 Object) |