Click or drag to resize
OnError Delegate
Executes the error action.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void OnError(
	Object sender,
	SocketError error
)

Parameters

sender
Type: SystemObject
Source of the event.
error
Type: System.Net.SocketsSocketError
The error.
See Also