C# Class TSystems.RELOAD.ForwardAndLinkManagement.ConnectCallbackParams

Show file Open project: RELOAD-NET/RELOAD.NET

Public Properties

Property Type Description
mre System.Threading.ManualResetEvent
socket Socket

Public Methods

Method Description
ConnectCallbackParams ( Socket socket, ManualResetEvent mre ) : STUN

Method Details

ConnectCallbackParams() public method

public ConnectCallbackParams ( Socket socket, ManualResetEvent mre ) : STUN
socket Socket
mre System.Threading.ManualResetEvent
return STUN

Property Details

mre public property

public ManualResetEvent,System.Threading mre
return System.Threading.ManualResetEvent

socket public property

public Socket socket
return Socket