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

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

public this ( string name ) : string
name string
Результат string
        public new string this[string name] { get { throw null; } set { } }
        public override System.Collections.IEnumerator GetEnumerator() { throw null; }

Same methods

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