Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S12_QueryChanges.InitializeContext C# (CSharp) Method

InitializeContext() protected method

Initialize the shared context based on the specified request file URL, user name, password and domain for the MS-FSSHTTP test purpose.
protected InitializeContext ( string requestFileUrl, string userName, string password, string domain ) : void
requestFileUrl string Specify the request file URL.
userName string Specify the user name.
password string Specify the password.
domain string Specify the domain.
return void
        protected override void InitializeContext(string requestFileUrl, string userName, string password, string domain)
        {
            SharedContextUtils.InitializeSharedContextForFSSHTTP(userName, password, domain, this.Site);
        }