2 overrides of MustCloseChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
67
protected override bool
MustCloseChannel
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
69
protected override bool
MustCloseChannel
3 references to MustCloseChannel
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
180
if (!this.
MustCloseChannel
)
322
if (!this.
MustCloseChannel
)
413
if (!this.
MustCloseChannel
)