[Modify] Polish it
This commit is contained in:
parent
b168700dde
commit
ced45f19c1
@ -137,12 +137,16 @@ namespace WebSocketSharp.Net
|
|||||||
/// <param name="streamingContext">
|
/// <param name="streamingContext">
|
||||||
/// A <see cref="StreamingContext"/> that specifies the destination for the serialization.
|
/// A <see cref="StreamingContext"/> that specifies the destination for the serialization.
|
||||||
/// </param>
|
/// </param>
|
||||||
[SecurityPermission (
|
[
|
||||||
|
SecurityPermission (
|
||||||
SecurityAction.LinkDemand,
|
SecurityAction.LinkDemand,
|
||||||
Flags = SecurityPermissionFlag.SerializationFormatter,
|
Flags = SecurityPermissionFlag.SerializationFormatter,
|
||||||
SerializationFormatter = true)]
|
SerializationFormatter = true
|
||||||
|
)
|
||||||
|
]
|
||||||
void ISerializable.GetObjectData (
|
void ISerializable.GetObjectData (
|
||||||
SerializationInfo serializationInfo, StreamingContext streamingContext)
|
SerializationInfo serializationInfo, StreamingContext streamingContext
|
||||||
|
)
|
||||||
{
|
{
|
||||||
base.GetObjectData (serializationInfo, streamingContext);
|
base.GetObjectData (serializationInfo, streamingContext);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user