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!

HttpProtocolInfoReflector.ReflectMimeParameters

[To be supplied.]

[Visual Basic]
Protected Function ReflectMimeParameters( _
   ByVal method As LogicalMethodInfo _
) As MimeInfos
[C#]
protected MimeInfos ReflectMimeParameters(
   LogicalMethodInfo method
);
[C++]
protected: MimeInfos* ReflectMimeParameters(
   LogicalMethodInfo* method
);
[JScript]
protected function ReflectMimeParameters(
   method : LogicalMethodInfo
) : MimeInfos;

Parameters

method
[To be supplied.]

See Also

HttpProtocolInfoReflector Class | HttpProtocolInfoReflector Members | System.Web.Services.Description Namespace