This topic has not yet been rated - Rate this topic

CallContext.GetHeaders Method

Returns the headers that are sent along with the method call.

[Visual Basic]
Public Shared Function GetHeaders() As Header()
[C#]
public static Header[] GetHeaders();
[C++]
public: static Header* GetHeaders() [];
[JScript]
public static function GetHeaders() : Header[];

Return Value

The headers that are sent along with the method call.

Exceptions

Exception Type Condition
SecurityException The immediate caller does not have infrastructure permission.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

CallContext Class | CallContext Members | System.Runtime.Remoting.Messaging Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.