Gets or sets the authorization header creator.
public Func<WebServiceRequestInfo, string>? AuthorizationHeaderCreator { get; set; }
The authorization header creator.
Only one of AuthorizationHeader and AuthorizationHeaderCreator can be set.