Rfc1006Base.SetStatus Method (Rfc1006Status, Rfc1006Base, Exception)

Sets the status of the connection using the specified value, sender and exception information.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

protected void SetStatus(
	Rfc1006Status value,
	Rfc1006Base sender,
	Exception exception
)


Parameters

value
Type: Rfc1006LibNet.Advanced.Rfc1006Status
Represents the new status.
sender
Type: Rfc1006LibNet.Advanced.Rfc1006Base
A reference to the object that raised the event.
exception
Type: System.Exception
The exception prompt the new status.

Reference