Microsoft.Protocols.TestSuites.Common.ActiveSyncRawResponse.SetWebHeader C# (CSharp) 메소드

SetWebHeader() 공개 메소드

Sets web header collection.
public SetWebHeader ( WebHeaderCollection headers ) : void
headers System.Net.WebHeaderCollection The web header collection
리턴 void
        public void SetWebHeader(WebHeaderCollection headers)
        {
            this.Headers = headers;
        }
    }
ActiveSyncRawResponse