C# Класс SIPSorcery.Sys.IPSocket

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetIPEndPoint ( string IPSocket ) : IPEndPoint

Returns an IPv4 end point from a socket address in 10.0.0.1:5060 format.

GetSocketString ( IPEndPoint endPoint ) : string
IsIPAddress ( string socket ) : bool
IsIPSocket ( string socket ) : bool
IsPrivateAddress ( string host ) : bool

Checks the Contact SIP URI host and if it is recognised as a private address it is replaced with the socket the SIP message was received on. Private address space blocks RFC 1597. 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255

ParseHostFromSocket ( string socket ) : string
ParsePortFromSocket ( string socket ) : int
ParseSocketString ( string socket ) : IPEndPoint
ParseSocketString ( string socket, string &host, int &port ) : void

Описание методов

GetIPEndPoint() публичный статический Метод

Returns an IPv4 end point from a socket address in 10.0.0.1:5060 format.
public static GetIPEndPoint ( string IPSocket ) : IPEndPoint
IPSocket string
Результат System.Net.IPEndPoint

GetSocketString() публичный статический Метод

public static GetSocketString ( IPEndPoint endPoint ) : string
endPoint System.Net.IPEndPoint
Результат string

IsIPAddress() публичный статический Метод

public static IsIPAddress ( string socket ) : bool
socket string
Результат bool

IsIPSocket() публичный статический Метод

public static IsIPSocket ( string socket ) : bool
socket string
Результат bool

IsPrivateAddress() публичный статический Метод

Checks the Contact SIP URI host and if it is recognised as a private address it is replaced with the socket the SIP message was received on. Private address space blocks RFC 1597. 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255
public static IsPrivateAddress ( string host ) : bool
host string
Результат bool

ParseHostFromSocket() публичный статический Метод

public static ParseHostFromSocket ( string socket ) : string
socket string
Результат string

ParsePortFromSocket() публичный статический Метод

public static ParsePortFromSocket ( string socket ) : int
socket string
Результат int

ParseSocketString() публичный статический Метод

public static ParseSocketString ( string socket ) : IPEndPoint
socket string
Результат System.Net.IPEndPoint

ParseSocketString() публичный статический Метод

public static ParseSocketString ( string socket, string &host, int &port ) : void
socket string
host string
port int
Результат void