Пространство имен: Microsoft.IdentityModel.Web.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As CookieHandlerElement
Dim value As ChunkedCookieHandlerElement

value = instance.ChunkedCookieHandler

instance.ChunkedCookieHandler = value

Синтаксис

Visual Basic
<ConfigurationPropertyAttribute("chunkedCookieHandler", IsRequired:=False)> _
Public Property ChunkedCookieHandler As ChunkedCookieHandlerElement
C#
[ConfigurationPropertyAttribute("chunkedCookieHandler", IsRequired=false)] 
public ChunkedCookieHandlerElement ChunkedCookieHandler { get; set; }
C++
[ConfigurationPropertyAttribute(L"chunkedCookieHandler", IsRequired=false)] 
public:
property ChunkedCookieHandlerElement^ ChunkedCookieHandler {
		ChunkedCookieHandlerElement^ get ();
		void set (ChunkedCookieHandlerElement^ value);
}
J#
/** @property */
public ChunkedCookieHandlerElement get_ChunkedCookieHandler ()

/** @property */
public void set_ChunkedCookieHandler (ChunkedCookieHandlerElement value)
JScript
public function get ChunkedCookieHandler () : ChunkedCookieHandlerElement

public function set ChunkedCookieHandler (value : ChunkedCookieHandlerElement)

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также