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!

MimeInfoReflector.ReflectReturn

[To be supplied.]

[Visual Basic]
MustOverride Public Function ReflectReturn( _
   ByVal method As LogicalMethodInfo _
) As MimeInfos
[C#]
public abstract MimeInfos ReflectReturn(
   LogicalMethodInfo method
);
[C++]
public: virtual MimeInfos* ReflectReturn(
   LogicalMethodInfo* method
) = 0;
[JScript]
public abstract function ReflectReturn(
   method : LogicalMethodInfo
) : MimeInfos;

Parameters

method
[To be supplied.]

See Also

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