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

Helper support for proxy configuration.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ObtainProxyOptions ( ComponentModel model, bool createOnDemand ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

메소드 상세

ObtainProxyOptions() 공개 정적인 메소드

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