C# 클래스 Castle.MicroKernel.Proxy.ProxyOptionsUtil

Helper support for proxy configuration.
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ObtainProxyOptions ( this model, bool createOnDemand = true ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

메소드 상세

ObtainProxyOptions() 공개 정적인 메소드

Obtains the ProxyOptions associated with the ComponentModel.
public static ObtainProxyOptions ( this model, bool createOnDemand = true ) : ProxyOptions
model this The component model.
createOnDemand bool true if the options should be created if not present.
리턴 ProxyOptions