Class SIPViaSet
Inheritance
System.Object
SIPViaSet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: SIPSorcery.dll
Syntax
Properties
|
Improve this Doc
View Source
Declaration
public SIPViaHeader BottomViaHeader { get; }
Property Value
|
Improve this Doc
View Source
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public SIPViaHeader TopViaHeader { get; }
Property Value
|
Improve this Doc
View Source
Via
Declaration
public List<SIPViaHeader> Via { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SIPViaHeader> |
|
Methods
|
Improve this Doc
View Source
Declaration
public void AddBottomViaHeader(SIPViaHeader viaHeader)
Parameters
|
Improve this Doc
View Source
Pops top Via header off the array.
Declaration
public SIPViaHeader PopTopViaHeader()
Returns
|
Improve this Doc
View Source
Pushes a new Via header onto the top of the array.
Declaration
public void PushViaHeader(SIPViaHeader viaHeader)
Parameters
|
Improve this Doc
View Source
ToString()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Updates the topmost Via header by setting the received and rport parameters to the IP address and port
the request came from.
Declaration
public void UpateTopViaHeader(IPEndPoint msgRcvdEndPoint)
Parameters
Type |
Name |
Description |
System.Net.IPEndPoint |
msgRcvdEndPoint |
The remote endpoint the request was received from.
|
Extension Methods