IDuplexContextChannel.AutomaticInputSessionShutdown Property

Definition

Gets or sets a value that indicates whether the input session is shutdown automatically.

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

Property Value

true if the input session is shutdown automatically; otherwise, false.

Remarks

When the remote side initiates shutdown, the channel is automatically closed for the user if AutomaticInputSessionShutdown is set to true. Setting it to false instead allow the user to send some final messages to the remote side on its output session before closing the channel.

Applies to