IDuplexContextChannel.AutomaticInputSessionShutdown 属性

定义

获取或设置一个值,该值指示输入会话是否自动关闭。

public:
 property bool AutomaticInputSessionShutdown { bool get(); void set(bool value); };
public bool AutomaticInputSessionShutdown { get; set; }
member this.AutomaticInputSessionShutdown : bool with get, set
Public Property AutomaticInputSessionShutdown As Boolean

属性值

Boolean

如果输入会话自动关闭,则为 true;否则为 false

注解

远程端启动关闭功能时,如果将 AutomaticInputSessionShutdown 设置为 true,通道会自动为用户关闭。 如果将其设置为 false,则允许用户在通道关闭前通过其输出会话将一些最终消息发送到远程端。

适用于