System.Net.WebResponse.GetObjectData C# (CSharp) Méthode

GetObjectData() protected méthode

protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat void
        protected virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
        {
        }

Same methods

WebResponse::GetObjectData ( System serializationInfo, System streamingContext ) : void