C# Class SipSharp.Messages.Headers.SubscriptionState

Subscription state

Part of the Event implementation described in RFC3265.

Inheritance: IHeader
Afficher le fichier Open project: jgauffin/SipSharp Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

Equals ( IHeader other ) : bool

Indicates whether the current object is equal to another object of the same type.

SubscriptionState ( ) : System

Initializes a new instance of the SubscriptionState class.

Private Methods

Méthode Description
SubscriptionState ( SubscriptionState state ) : System

Initializes a new instance of the SubscriptionState class.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( IHeader other ) : bool
other IHeader An object to compare with this object. ///
Résultat bool

SubscriptionState() public méthode

Initializes a new instance of the SubscriptionState class.
public SubscriptionState ( ) : System
Résultat System