C# Class SIPSorcery.SIP.SIPHeader

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
Accept string
AcceptEncoding string
AcceptLanguage string
AlertInfo string
Allow string
AllowEvents string
AuthenticationHeader SIPAuthenticationHeader
AuthenticationInfo string
CRMCompanyName string
CRMPersonName string
CRMPictureURL string
CSeq int
CSeqMethod SIPMethodsEnum
CallId string
CallInfo string
Contact List
ContentDisposition string
ContentEncoding string
ContentLanguage string
ContentLength int
ContentType string
Date string
ETag string
ErrorInfo string
Event string
Expires int
From SIPFromHeader
InReplyTo string
MIMEVersion string
MaxForwards int
MinExpires int
Organization string
Priority string
ProxyReceivedFrom string
ProxyReceivedOn string
ProxyRequire string
ProxySendFrom string
Reason string
RecordRoutes SIPRouteSet
ReferSub string
ReferTo string
ReferredBy string
ReplyTo string
Require string
RetryAfter string
Routes SIPRouteSet
Server string
Subject string
SubscriptionState string
Supported string
SwitchboardLineName string
SwitchboardOriginalCallID string
SwitchboardOwner string
SwitchboardTerminate string
Timestamp string
To SIPToHeader
UnknownHeaders List
Unsupported string
UserAgent string
Vias SIPViaSet
Warning string

Méthodes publiques

Méthode Description
Copy ( ) : SIPHeader
GetUnknownHeaderValue ( string unknownHeaderName ) : string
ParseSIPHeaders ( string headersCollection ) : SIPHeader
SIPHeader ( ) : NUnit.Framework
SIPHeader ( List contactList, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
SIPHeader ( SIPContactHeader contact, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
SIPHeader ( SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
SIPHeader ( string fromHeader, string toHeader, int cseq, string callId ) : NUnit.Framework
SIPHeader ( string fromHeader, string toHeader, string contactHeader, int cseq, string callId ) : NUnit.Framework
SetDateHeader ( ) : void
SplitHeaders ( string message ) : string[]
ToString ( ) : string

Puts the SIP headers together into a string ready for transmission.

Private Methods

Méthode Description
Initialise ( List contact, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : void
Validate ( ) : void

Method Details

Copy() public méthode

public Copy ( ) : SIPHeader
Résultat SIPHeader

GetUnknownHeaderValue() public méthode

public GetUnknownHeaderValue ( string unknownHeaderName ) : string
unknownHeaderName string
Résultat string

ParseSIPHeaders() public static méthode

public static ParseSIPHeaders ( string headersCollection ) : SIPHeader
headersCollection string
Résultat SIPHeader

SIPHeader() public méthode

public SIPHeader ( ) : NUnit.Framework
Résultat NUnit.Framework

SIPHeader() public méthode

public SIPHeader ( List contactList, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
contactList List
from SIPFromHeader
to SIPToHeader
cseq int
callId string
Résultat NUnit.Framework

SIPHeader() public méthode

public SIPHeader ( SIPContactHeader contact, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
contact SIPContactHeader
from SIPFromHeader
to SIPToHeader
cseq int
callId string
Résultat NUnit.Framework

SIPHeader() public méthode

public SIPHeader ( SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
from SIPFromHeader
to SIPToHeader
cseq int
callId string
Résultat NUnit.Framework

SIPHeader() public méthode

public SIPHeader ( string fromHeader, string toHeader, int cseq, string callId ) : NUnit.Framework
fromHeader string
toHeader string
cseq int
callId string
Résultat NUnit.Framework

SIPHeader() public méthode

public SIPHeader ( string fromHeader, string toHeader, string contactHeader, int cseq, string callId ) : NUnit.Framework
fromHeader string
toHeader string
contactHeader string
cseq int
callId string
Résultat NUnit.Framework

SetDateHeader() public méthode

public SetDateHeader ( ) : void
Résultat void

SplitHeaders() public static méthode

public static SplitHeaders ( string message ) : string[]
message string
Résultat string[]

ToString() public méthode

Puts the SIP headers together into a string ready for transmission.
public ToString ( ) : string
Résultat string

Property Details

Accept public_oe property

public string Accept
Résultat string

AcceptEncoding public_oe property

public string AcceptEncoding
Résultat string

AcceptLanguage public_oe property

public string AcceptLanguage
Résultat string

AlertInfo public_oe property

public string AlertInfo
Résultat string

Allow public_oe property

public string Allow
Résultat string

AllowEvents public_oe property

public string AllowEvents
Résultat string

AuthenticationHeader public_oe property

public SIPAuthenticationHeader,SIPSorcery.SIP AuthenticationHeader
Résultat SIPAuthenticationHeader

AuthenticationInfo public_oe property

public string AuthenticationInfo
Résultat string

CRMCompanyName public_oe property

public string CRMCompanyName
Résultat string

CRMPersonName public_oe property

public string CRMPersonName
Résultat string

CRMPictureURL public_oe property

public string CRMPictureURL
Résultat string

CSeq public_oe property

public int CSeq
Résultat int

CSeqMethod public_oe property

public SIPMethodsEnum CSeqMethod
Résultat SIPMethodsEnum

CallId public_oe property

public string CallId
Résultat string

CallInfo public_oe property

public string CallInfo
Résultat string

Contact public_oe property

public List Contact
Résultat List

ContentDisposition public_oe property

public string ContentDisposition
Résultat string

ContentEncoding public_oe property

public string ContentEncoding
Résultat string

ContentLanguage public_oe property

public string ContentLanguage
Résultat string

ContentLength public_oe property

public int ContentLength
Résultat int

ContentType public_oe property

public string ContentType
Résultat string

Date public_oe property

public string Date
Résultat string

ETag public_oe property

public string ETag
Résultat string

ErrorInfo public_oe property

public string ErrorInfo
Résultat string

Event public_oe property

public string Event
Résultat string

Expires public_oe property

public int Expires
Résultat int

From public_oe property

public SIPFromHeader,SIPSorcery.SIP From
Résultat SIPFromHeader

InReplyTo public_oe property

public string InReplyTo
Résultat string

MIMEVersion public_oe property

public string MIMEVersion
Résultat string

MaxForwards public_oe property

public int MaxForwards
Résultat int

MinExpires public_oe property

public int MinExpires
Résultat int

Organization public_oe property

public string Organization
Résultat string

Priority public_oe property

public string Priority
Résultat string

ProxyReceivedFrom public_oe property

public string ProxyReceivedFrom
Résultat string

ProxyReceivedOn public_oe property

public string ProxyReceivedOn
Résultat string

ProxyRequire public_oe property

public string ProxyRequire
Résultat string

ProxySendFrom public_oe property

public string ProxySendFrom
Résultat string

Reason public_oe property

public string Reason
Résultat string

RecordRoutes public_oe property

public SIPRouteSet,SIPSorcery.SIP RecordRoutes
Résultat SIPRouteSet

ReferSub public_oe property

public string ReferSub
Résultat string

ReferTo public_oe property

public string ReferTo
Résultat string

ReferredBy public_oe property

public string ReferredBy
Résultat string

ReplyTo public_oe property

public string ReplyTo
Résultat string

Require public_oe property

public string Require
Résultat string

RetryAfter public_oe property

public string RetryAfter
Résultat string

Routes public_oe property

public SIPRouteSet,SIPSorcery.SIP Routes
Résultat SIPRouteSet

Server public_oe property

public string Server
Résultat string

Subject public_oe property

public string Subject
Résultat string

SubscriptionState public_oe property

public string SubscriptionState
Résultat string

Supported public_oe property

public string Supported
Résultat string

SwitchboardLineName public_oe property

public string SwitchboardLineName
Résultat string

SwitchboardOriginalCallID public_oe property

public string SwitchboardOriginalCallID
Résultat string

SwitchboardOwner public_oe property

public string SwitchboardOwner
Résultat string

SwitchboardTerminate public_oe property

public string SwitchboardTerminate
Résultat string

Timestamp public_oe property

public string Timestamp
Résultat string

To public_oe property

public SIPToHeader,SIPSorcery.SIP To
Résultat SIPToHeader

UnknownHeaders public_oe property

public List UnknownHeaders
Résultat List

Unsupported public_oe property

public string Unsupported
Résultat string

UserAgent public_oe property

public string UserAgent
Résultat string

Vias public_oe property

public SIPViaSet,SIPSorcery.SIP Vias
Résultat SIPViaSet

Warning public_oe property

public string Warning
Résultat string