C# 클래스 SIPSorcery.SIP.SIPHeader

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Initialise ( List contact, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : void
Validate ( ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : SIPHeader
리턴 SIPHeader

GetUnknownHeaderValue() 공개 메소드

public GetUnknownHeaderValue ( string unknownHeaderName ) : string
unknownHeaderName string
리턴 string

ParseSIPHeaders() 공개 정적인 메소드

public static ParseSIPHeaders ( string headersCollection ) : SIPHeader
headersCollection string
리턴 SIPHeader

SIPHeader() 공개 메소드

public SIPHeader ( ) : NUnit.Framework
리턴 NUnit.Framework

SIPHeader() 공개 메소드

public SIPHeader ( List contactList, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
contactList List
from SIPFromHeader
to SIPToHeader
cseq int
callId string
리턴 NUnit.Framework

SIPHeader() 공개 메소드

public SIPHeader ( SIPContactHeader contact, SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
contact SIPContactHeader
from SIPFromHeader
to SIPToHeader
cseq int
callId string
리턴 NUnit.Framework

SIPHeader() 공개 메소드

public SIPHeader ( SIPFromHeader from, SIPToHeader to, int cseq, string callId ) : NUnit.Framework
from SIPFromHeader
to SIPToHeader
cseq int
callId string
리턴 NUnit.Framework

SIPHeader() 공개 메소드

public SIPHeader ( string fromHeader, string toHeader, int cseq, string callId ) : NUnit.Framework
fromHeader string
toHeader string
cseq int
callId string
리턴 NUnit.Framework

SIPHeader() 공개 메소드

public SIPHeader ( string fromHeader, string toHeader, string contactHeader, int cseq, string callId ) : NUnit.Framework
fromHeader string
toHeader string
contactHeader string
cseq int
callId string
리턴 NUnit.Framework

SetDateHeader() 공개 메소드

public SetDateHeader ( ) : void
리턴 void

SplitHeaders() 공개 정적인 메소드

public static SplitHeaders ( string message ) : string[]
message string
리턴 string[]

ToString() 공개 메소드

Puts the SIP headers together into a string ready for transmission.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Accept 공개적으로 프로퍼티

public string Accept
리턴 string

AcceptEncoding 공개적으로 프로퍼티

public string AcceptEncoding
리턴 string

AcceptLanguage 공개적으로 프로퍼티

public string AcceptLanguage
리턴 string

AlertInfo 공개적으로 프로퍼티

public string AlertInfo
리턴 string

Allow 공개적으로 프로퍼티

public string Allow
리턴 string

AllowEvents 공개적으로 프로퍼티

public string AllowEvents
리턴 string

AuthenticationHeader 공개적으로 프로퍼티

public SIPAuthenticationHeader,SIPSorcery.SIP AuthenticationHeader
리턴 SIPAuthenticationHeader

AuthenticationInfo 공개적으로 프로퍼티

public string AuthenticationInfo
리턴 string

CRMCompanyName 공개적으로 프로퍼티

public string CRMCompanyName
리턴 string

CRMPersonName 공개적으로 프로퍼티

public string CRMPersonName
리턴 string

CRMPictureURL 공개적으로 프로퍼티

public string CRMPictureURL
리턴 string

CSeq 공개적으로 프로퍼티

public int CSeq
리턴 int

CSeqMethod 공개적으로 프로퍼티

public SIPMethodsEnum CSeqMethod
리턴 SIPMethodsEnum

CallId 공개적으로 프로퍼티

public string CallId
리턴 string

CallInfo 공개적으로 프로퍼티

public string CallInfo
리턴 string

Contact 공개적으로 프로퍼티

public List Contact
리턴 List

ContentDisposition 공개적으로 프로퍼티

public string ContentDisposition
리턴 string

ContentEncoding 공개적으로 프로퍼티

public string ContentEncoding
리턴 string

ContentLanguage 공개적으로 프로퍼티

public string ContentLanguage
리턴 string

ContentLength 공개적으로 프로퍼티

public int ContentLength
리턴 int

ContentType 공개적으로 프로퍼티

public string ContentType
리턴 string

Date 공개적으로 프로퍼티

public string Date
리턴 string

ETag 공개적으로 프로퍼티

public string ETag
리턴 string

ErrorInfo 공개적으로 프로퍼티

public string ErrorInfo
리턴 string

Event 공개적으로 프로퍼티

public string Event
리턴 string

Expires 공개적으로 프로퍼티

public int Expires
리턴 int

From 공개적으로 프로퍼티

public SIPFromHeader,SIPSorcery.SIP From
리턴 SIPFromHeader

InReplyTo 공개적으로 프로퍼티

public string InReplyTo
리턴 string

MIMEVersion 공개적으로 프로퍼티

public string MIMEVersion
리턴 string

MaxForwards 공개적으로 프로퍼티

public int MaxForwards
리턴 int

MinExpires 공개적으로 프로퍼티

public int MinExpires
리턴 int

Organization 공개적으로 프로퍼티

public string Organization
리턴 string

Priority 공개적으로 프로퍼티

public string Priority
리턴 string

ProxyReceivedFrom 공개적으로 프로퍼티

public string ProxyReceivedFrom
리턴 string

ProxyReceivedOn 공개적으로 프로퍼티

public string ProxyReceivedOn
리턴 string

ProxyRequire 공개적으로 프로퍼티

public string ProxyRequire
리턴 string

ProxySendFrom 공개적으로 프로퍼티

public string ProxySendFrom
리턴 string

Reason 공개적으로 프로퍼티

public string Reason
리턴 string

RecordRoutes 공개적으로 프로퍼티

public SIPRouteSet,SIPSorcery.SIP RecordRoutes
리턴 SIPRouteSet

ReferSub 공개적으로 프로퍼티

public string ReferSub
리턴 string

ReferTo 공개적으로 프로퍼티

public string ReferTo
리턴 string

ReferredBy 공개적으로 프로퍼티

public string ReferredBy
리턴 string

ReplyTo 공개적으로 프로퍼티

public string ReplyTo
리턴 string

Require 공개적으로 프로퍼티

public string Require
리턴 string

RetryAfter 공개적으로 프로퍼티

public string RetryAfter
리턴 string

Routes 공개적으로 프로퍼티

public SIPRouteSet,SIPSorcery.SIP Routes
리턴 SIPRouteSet

Server 공개적으로 프로퍼티

public string Server
리턴 string

Subject 공개적으로 프로퍼티

public string Subject
리턴 string

SubscriptionState 공개적으로 프로퍼티

public string SubscriptionState
리턴 string

Supported 공개적으로 프로퍼티

public string Supported
리턴 string

SwitchboardLineName 공개적으로 프로퍼티

public string SwitchboardLineName
리턴 string

SwitchboardOriginalCallID 공개적으로 프로퍼티

public string SwitchboardOriginalCallID
리턴 string

SwitchboardOwner 공개적으로 프로퍼티

public string SwitchboardOwner
리턴 string

SwitchboardTerminate 공개적으로 프로퍼티

public string SwitchboardTerminate
리턴 string

Timestamp 공개적으로 프로퍼티

public string Timestamp
리턴 string

To 공개적으로 프로퍼티

public SIPToHeader,SIPSorcery.SIP To
리턴 SIPToHeader

UnknownHeaders 공개적으로 프로퍼티

public List UnknownHeaders
리턴 List

Unsupported 공개적으로 프로퍼티

public string Unsupported
리턴 string

UserAgent 공개적으로 프로퍼티

public string UserAgent
리턴 string

Vias 공개적으로 프로퍼티

public SIPViaSet,SIPSorcery.SIP Vias
리턴 SIPViaSet

Warning 공개적으로 프로퍼티

public string Warning
리턴 string