System.ServiceModel.Channels.HttpsTransportBindingElement
namespace System.ServiceModel.Channels
{
public class HttpsTransportBindingElement : HttpTransportBindingElement
{
public bool RequireClientCertificate { get; set; }
public HttpsTransportBindingElement();
protected HttpsTransportBindingElement(HttpsTransportBindingElement elementToBeCloned);
}
}