using System; using System.Web.Services.Protocols; public class CslaCredentials : SoapHeader { public string Username; public string Password; }