You’ll need to set the credentials on the client, like as shown in this MSDN article:
client.ClientCredentials.UserName.UserName = "my_user_name";
client.ClientCredentials.UserName.Password = "my_password";
You’ll need to set the credentials on the client, like as shown in this MSDN article:
client.ClientCredentials.UserName.UserName = "my_user_name";
client.ClientCredentials.UserName.Password = "my_password";