C# Class SIPSorcery.Servers.SIPProxyDispatcher.UserCallbackRecord

Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Свойство Type Description
DesintationEndPoint string
ExpiresAt System.DateTime

Méthodes publiques

Méthode Description
UserCallbackRecord ( System.DateTime expiresAt, string destinationEndPoint ) : System

Method Details

UserCallbackRecord() public méthode

public UserCallbackRecord ( System.DateTime expiresAt, string destinationEndPoint ) : System
expiresAt System.DateTime
destinationEndPoint string
Résultat System

Property Details

DesintationEndPoint public_oe property

public string DesintationEndPoint
Résultat string

ExpiresAt public_oe property

public DateTime,System ExpiresAt
Résultat System.DateTime