NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWorkerRequest.GetKnownResponseHeaderName

[To be supplied.]

[Visual Basic]
Public Shared Function GetKnownResponseHeaderName( _
   ByVal index As Integer _
) As String
[C#]
public static string GetKnownResponseHeaderName(
   int index
);
[C++]
public: static String* GetKnownResponseHeaderName(
   int index
);
[JScript]
public static function GetKnownResponseHeaderName(
   index : int
) : String;

Parameters

index
[To be supplied.]

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace