Brecham.Obex — An OBEX library for the .NET Framework

ObexResponseException.GetObjectData Method 

Populates a SerializationInfo with the data needed to serialize the target object.

[Visual Basic]
Overrides Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) _
    Implements ISerializable.GetObjectData
[C#]
public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to populate with data.
context
A StreamingContext that specifies the destination for this serialization.

Implements

ISerializable.GetObjectData

See Also

ObexResponseException Class | Brecham.Obex Namespace