public enum struct AccessRequestConfig

Summary

Used within ConnectionParameters to control suppression of Access.Request calls.

Field Summary

Flags Type Name Summary
public const AccessRequestConfig Enable

Overrides the protocol's default, causing Access.Request methods to be sent to the peer when IModel.AccessRequest is called.

public const AccessRequestConfig Suppress

Overrides the protocol's default, preventing Access.Request methods from being sent to the peer.

public const AccessRequestConfig UseDefault

Uses the default for the protocol variant selected.

Field Detail

public const AccessRequestConfig Enable

Summary

Overrides the protocol's default, causing Access.Request methods to be sent to the peer when IModel.AccessRequest is called.

public const AccessRequestConfig Suppress

Summary

Overrides the protocol's default, preventing Access.Request methods from being sent to the peer.

public const AccessRequestConfig UseDefault

Summary

Uses the default for the protocol variant selected.