System.Net.WebHeaderCollection.WebHeaderCollection.WebHeaderCollection C# (CSharp) Method

WebHeaderCollection() private method

private WebHeaderCollection ( bool internallyCreated ) : System
internallyCreated bool
return System
		internal WebHeaderCollection (bool internallyCreated)
		{	
			this.internallyCreated = internallyCreated;
		}		
		

Same methods

WebHeaderCollection.WebHeaderCollection::WebHeaderCollection ( ) : System
WebHeaderCollection.WebHeaderCollection::WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System