Show / Hide Table of Contents

Class SIPTransportConfig

Inheritance
System.Object
SIPTransportConfig
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)
System.Object.ToString()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public static class SIPTransportConfig

Methods

| Improve this Doc View Source

ParseSIPChannelsNode(XmlNode, Int32)

Declaration
public static List<SIPChannel> ParseSIPChannelsNode(XmlNode sipChannelsNode, int port = 0)
Parameters
Type Name Description
System.Xml.XmlNode sipChannelsNode
System.Int32 port
Returns
Type Description
System.Collections.Generic.List<SIPChannel>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX