コード例 #1
0
 internal PSHttpHeader(Microsoft.Azure.Batch.HttpHeader omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
コード例 #2
0
 public PSHttpHeader(string name, string value)
 {
     this.omObject = new Microsoft.Azure.Batch.HttpHeader(name, value);
 }