Property | Type | Description | |
---|---|---|---|
autoResetEvent |
Method | Description | |
---|---|---|
CreatePoint ( ) : void |
Tries to write a publishing point to the destination server, first by FTP then by WebDAV.
|
|
CreatePoint_FTP ( ) : void |
Write the file to the destination server, using FTP (if WebDAV isn't available)
|
|
CreatePoint_WebDAV ( ) : void |
Write the file to the destination server.
|
|
IisPointCreator ( |
Prepare a SMIL generator for the given Uri and Point name. The Uri must have the correct username and password specified, in the form http://user:[email protected]/Path/
|
Method | Description | |
---|---|---|
c_UploadComplete ( int statusCode, object state ) : void |
Method | Description | |
---|---|---|
Generate ( ) : byte[] |
Create a SMIL document with the details provided.
|
|
WriteMeta ( |
public IisPointCreator ( |
||
Destination | ||
PointName | string | |
return | System |
protected c_UploadComplete ( int statusCode, object state ) : void | ||
statusCode | int | |
state | object | |
return | void |