23 references to Channel
System.ServiceModel (23)
System\ServiceModel\Security\WSTrustChannel.cs (23)
728
return
Channel
.GetProperty<T>();
740
Channel
.Abort();
760
return
Channel
.BeginClose(timeout, callback, state);
777
return
Channel
.BeginClose(callback, state);
797
return
Channel
.BeginOpen(timeout, callback, state);
814
return
Channel
.BeginOpen(callback, state);
825
Channel
.Close(timeout);
833
Channel
.Close();
843
Channel
.Closed += value;
847
Channel
.Closed -= value;
858
Channel
.Closing += value;
862
Channel
.Closing -= value;
872
Channel
.EndClose(result);
881
Channel
.EndOpen(result);
891
Channel
.Faulted += value;
895
Channel
.Faulted -= value;
907
Channel
.Open(timeout);
915
Channel
.Open();
925
Channel
.Opened += value;
929
Channel
.Opened -= value;
940
Channel
.Opening += value;
944
Channel
.Opening -= value;
953
get { return
Channel
.State; }