Example #1
0
 public void Setup()
 {
     this.webHandler = new Mocks.TestWebRequestHandler();
     this.channel    = new OpenIdChannel(new AssociationMemoryStore <Uri>(), new NonceMemoryStore(maximumMessageAge), new RelyingPartySecuritySettings());
     this.accessor   = OpenIdChannel_Accessor.AttachShadow(this.channel);
     this.channel.WebRequestHandler = this.webHandler;
 }
		public void Setup() {
			this.webHandler = new Mocks.TestWebRequestHandler();
			this.channel = new OpenIdChannel(new AssociationMemoryStore<Uri>(), new NonceMemoryStore(maximumMessageAge), new RelyingPartySecuritySettings());
			this.accessor = OpenIdChannel_Accessor.AttachShadow(this.channel);
			this.channel.WebRequestHandler = this.webHandler;
		}