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