ReferralConfiguration.CacheFile Property
Gets the name of the file that stores the cache for a WSE router. The file contains the list of routing directives.
Namespace: Microsoft.Web.Services3.Referral.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim referralConfiguration1 As ReferralConfiguration
Dim returnValue As String
returnValue = referralConfiguration1.CacheFile
Syntax
'Declaration
Public ReadOnly Property CacheFile() As String
public string CacheFile {get;}
public:
property String^ CacheFile {
String^ get();
}
public System.String get_CacheFile();
public function get CacheFile() : String;
Property Value
A System.String object that contains the name of the cache file.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ReferralConfiguration Class
ReferralConfiguration Members
Microsoft.Web.Services3.Referral.Configuration Namespace