C# Class NewTOAPIA.Net.Rtp.RtpEvents.HiddenSocketExceptionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
Exception System.Net.Sockets.SocketException
Session RtpSession

Méthodes publiques

Méthode Description
HiddenSocketExceptionEventArgs ( RtpSession session, System ex ) : System

Method Details

HiddenSocketExceptionEventArgs() public méthode

public HiddenSocketExceptionEventArgs ( RtpSession session, System ex ) : System
session RtpSession
ex System
Résultat System

Property Details

Exception public_oe property

public System.Net.Sockets.SocketException Exception
Résultat System.Net.Sockets.SocketException

Session public_oe property

public RtpSession,NewTOAPIA.Net.Rtp Session
Résultat RtpSession