HttpCookieContainerBindingElement Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
HttpCookieContainerBindingElement sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| HttpCookieContainerBindingElement() |
Geçersiz.
HttpCookieContainerBindingElement sınıfının yeni bir örneğini başlatır. |
| HttpCookieContainerBindingElement(HttpCookieContainerBindingElement) |
Geçersiz.
Belirtilen bağlama öğesinden sınıfının yeni bir örneğini HttpCookieContainerBindingElement başlatır. |
HttpCookieContainerBindingElement()
Dikkat
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
HttpCookieContainerBindingElement sınıfının yeni bir örneğini başlatır.
public:
HttpCookieContainerBindingElement();
[System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)]
public HttpCookieContainerBindingElement();
Public Sub New ()
- Öznitelikler
Şunlara uygulanır
HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
Dikkat
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
Belirtilen bağlama öğesinden sınıfının yeni bir örneğini HttpCookieContainerBindingElement başlatır.
protected:
HttpCookieContainerBindingElement(System::ServiceModel::Channels::HttpCookieContainerBindingElement ^ elementToBeCloned);
[System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)]
protected HttpCookieContainerBindingElement(System.ServiceModel.Channels.HttpCookieContainerBindingElement elementToBeCloned);
[<System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)>]
new System.ServiceModel.Channels.HttpCookieContainerBindingElement : System.ServiceModel.Channels.HttpCookieContainerBindingElement -> System.ServiceModel.Channels.HttpCookieContainerBindingElement
Protected Sub New (elementToBeCloned As HttpCookieContainerBindingElement)
Parametreler
- elementToBeCloned
- HttpCookieContainerBindingElement
Kopyalanacak bağlama öğesi.
- Öznitelikler