System.Net.WebHeaderCollection.this C# (CSharp) Méthode

this() public méthode

public this ( System header ) : string
header System
Résultat 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