IsRestricted() 공개 정적인 메소드

Determines whether the specified header can be set for the request.
/// is or empty. /// /// contains invalid characters. ///
public static IsRestricted ( string headerName ) : bool
headerName string /// A that represents the name of the header to test. ///
리턴 bool
 public static bool IsRestricted(string headerName)
 {
     return(WebHeaderCollection.IsRestricted(headerName, false));
 }