C# Class SIPSorcery.SIP.SIPTransportConfig

Show file Open project: TilmannBach/sipsorcery-fork

Public Methods

Method Description
ParseSIPChannelsNode ( XmlNode sipChannelsNode ) : List

Private Methods

Method Description
GetSIPEndPoints ( string sipSocketString, SIPProtocolsEnum sipProtocol ) : List
LoadCertificate ( string certificateType, string certifcateLocation, string certKeyPassword ) : X509Certificate2

Method Details

ParseSIPChannelsNode() public static method

public static ParseSIPChannelsNode ( XmlNode sipChannelsNode ) : List
sipChannelsNode System.Xml.XmlNode
return List