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

this() public method

public this ( System header ) : string
header System
return string
        public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
        public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }

Same methods

WebHeaderCollection::this ( HttpRequestHeader header ) : string
WebHeaderCollection::this ( HttpResponseHeader header ) : string
WebHeaderCollection::this ( string name ) : string