IWMSServer.EnableReverseProxyMode (C#)

banner art

Previous Next

IWMSServer.EnableReverseProxyMode (C#)

The EnableReverseProxyMode property specifies and retrieves a Boolean value indicating whether the server sends all requested content to cache and proxy plug-ins.

Syntax

  Server
  .EnableReverseProxyMode = 
  
  Server
  .EnableReverseProxyMode;

Property Value

A Boolean value indicating whether all requests for content are sent to cache and proxy plug-ins.

Remarks

By default, the Boolean value is false.

Example Code

using Microsoft.WindowsMediaServices.Interop;
using System.Runtime.InteropServices;























Requirements

Reference: Add a reference to Microsoft.WindowsMediaServices.

Namespace: Microsoft.WindowsMediaServices.Interop.

Assembly: Microsoft.WindowsMediaServices.dll.

Library: WMSServerTypeLib.dll.

Platform: Windows ServerĀ 2003 family, Windows ServerĀ 2008 family.

See Also

Previous Next