|
| Name | Description |
|---|
.gif) .gif) | Abort | Causes a communication object to transition immediately from its current state into the closing state. |
.gif) .gif) | BeginClose | Overloaded. Begins an asynchronous operation to close a communication object. |
.gif) .gif) | BeginOpen | Overloaded. Begins an asynchronous operation to open a communication object. |
.gif) .gif) | Close | Overloaded. Causes a communication object to transition from its current state into the closed state. |
.gif) .gif) | EndClose | Completes an asynchronous operation to close a communication object. |
.gif) .gif) | EndOpen | Completes an asynchronous operation to open a communication object. |
.gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Fault | Causes a communication object to transition from its current state into the faulted state. |
.gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | GetCommunicationObjectType | Gets the type of communication object. |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | OnAbort | Inserts processing on a communication object after it transitions to the closing state due to the invocation of a synchronous abort operation. |
.gif) .gif) | OnBeginClose | Inserts processing after a communication object transitions to the closing state due to the invocation of an asynchronous close operation. |
.gif) .gif) | OnBeginOpen | Inserts processing on a communication object after it transitions to the opening state due to the invocation of an asynchronous open operation. |
.gif) .gif) | OnClose | Inserts processing on a communication object after it transitions to the closing state due to the invocation of a synchronous close operation. |
.gif) .gif) | OnClosed | Invoked during the transition of a communication object into the closing state. |
.gif) .gif) | OnClosing | Invoked during the transition of a communication object into the closing state. |
.gif) .gif) | OnEndClose | Completes an asynchronous operation on the close of a communication object. |
.gif) .gif) | OnEndOpen | Completes an asynchronous operation on the open of a communication object. |
.gif) .gif) | OnFaulted | Inserts processing on a communication object after it transitions to the faulted state due to the invocation of a synchronous fault operation. |
.gif) .gif) | OnOpen | Inserts processing on a communication object after it transitions into the opening state which must complete within a specified interval of time. |
.gif) .gif) | OnOpened | Invoked during the transition of a communication object into the opened state. |
.gif) .gif) | OnOpening | Invoked during the transition of a communication object into the opening state. |
.gif) .gif) | Open | Overloaded. Causes a communication object to transition from the created state into the opened state. |
.gif) .gif) | ThrowIfDisposed | Throws an exception if the communication object is disposed. |
.gif) .gif) | ThrowIfDisposedOrImmutable | Throws an exception if the communication object the State property is not set to the Created state. |
.gif) .gif) | ThrowIfDisposedOrNotOpen | Throws an exception if the communication object is not in the Opened state. |
.gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |