Show / Hide Table of Contents

Class ConfigFile.WebServices

Utility class used to access the SuperOffice.CRM.Services entry in the Config file.

Inheritance
Object
ConfigFile.WebServices
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class WebServices

Properties

AllowWebServiceRequests

Permit requests to web services. This value is supported in the default SoWcfRequestInterceptor and can be overriden by making a custom SoWcfRequestInterceptorPlugin.

Declaration
public static bool AllowWebServiceRequests { get; set; }
Property Value
Type Description
Boolean

RemoteBaseURL

Base URL for remote services (Default: http://localhost/webs/SuperOffice.Web.Services). This value will override by Services.RemoteBaseURL

Declaration
public static string RemoteBaseURL { get; set; }
Property Value
Type Description
String

RemoveInvalidXMLText

If we should remove UTF-8 characters that are not valid XML. The Text table is the only place where this filter is active.

Declaration
public static bool RemoveInvalidXMLText { get; set; }
Property Value
Type Description
Boolean

WrapExceptions

Check if NetServer shall wrap and serialize exceptions, or leave it up to communication carrier (i.e. WCF)

Declaration
public static bool WrapExceptions { get; set; }
Property Value
Type Description
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top