The ServerTransactiontype exposes the following members.

Methods

  Name Description
Public method ChallengeRequest The ChallengeRequestmethod sends an authentication challenge response to the client transaction whose request is attempting to initiate this server transaction.
Protected method CheckDisposed Throws an [ObjectDisposedException] if the object is in the disposed state.(Inherited from Transaction.)
Protected method Close Allows derived classes to provide custom lifetime management.(Inherited from Transaction.)
Public method CreateBranch The CreateBranchmethod adds a new ClientTransaction object to the Branches property.
Public method Dispose () () () () Releases all resources used by this object.(Inherited from Transaction.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by this object and optionally releases the managed resources.(Inherited from Transaction.)
Public method Equals (Inherited from Object.)
Protected method Finalize The Finalizemethod provides a finalizer for this instance of the Transactionclass.(Inherited from Transaction.)
Public method GetCorrelationId Trace correlation ID.(Inherited from Transaction.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsTraceFilterMatch Determines whether the message matches any existing trace filter.(Inherited from Transaction.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCanceled Raises the [Canceled] event.(Inherited from Transaction.)
Protected method OnTerminated Raises the Terminated event.(Inherited from Transaction.)
Protected method OnTimedOut Raises the TimedOut event.(Inherited from Transaction.)
Public method SendResponse The SendResponsemethod sends a SIP response message to the client transaction whose request initiated this server transaction.
Public method ToString (Inherited from Object.)
Top

See also