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

Inheritance: System.EventArgs
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Exception System.Net.Sockets.SocketException
Session RtpSession

Public Methods

Method Description
HiddenSocketExceptionEventArgs ( RtpSession session, System ex ) : System

Method Details

HiddenSocketExceptionEventArgs() public method

public HiddenSocketExceptionEventArgs ( RtpSession session, System ex ) : System
session RtpSession
ex System
return System

Property Details

Exception public_oe property

public System.Net.Sockets.SocketException Exception
return System.Net.Sockets.SocketException

Session public_oe property

public RtpSession,NewTOAPIA.Net.Rtp Session
return RtpSession