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

IsRestricted() public static method

public static IsRestricted ( string headerName, bool response ) : bool
headerName string
response bool
return bool
        public static bool IsRestricted(string headerName, bool response) { throw null; }
        public static bool IsRestricted(string headerName) { throw null; }

Same methods

WebHeaderCollection::IsRestricted ( string headerName ) : bool