System.Net.WebRequest.GetObjectData C# (CSharp) 메소드

GetObjectData() 보호된 메소드

protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 void
        protected virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) { }

Same methods

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