System.Net.WebHeaderCollection.this C# (CSharp) Метод

this() публичный Метод

public this ( System header ) : string
header System
Результат 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